Deleted Added
full compact
Makefile (67001) Makefile (74529)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/rlogind/Makefile 67001 2000-10-12 07:18:20Z ru $
2# $FreeBSD: head/libexec/rlogind/Makefile 74529 2001-03-20 18:10:13Z ru $
3
4PROG= rlogind
5SRCS= rlogind.c
3
4PROG= rlogind
5SRCS= rlogind.c
6MAN8= rlogind.8
7DPADD= ${LIBUTIL}
8LDADD= -lutil
9CFLAGS+= -Wall -DINET6
10
11.include <bsd.prog.mk>
6DPADD= ${LIBUTIL}
7LDADD= -lutil
8CFLAGS+= -Wall -DINET6
9
10.include <bsd.prog.mk>