Deleted Added
full compact
Makefile (129459) Makefile (201386)
1# $FreeBSD: head/usr.bin/rusers/Makefile 129459 2004-05-19 21:34:52Z dwmalone $
1# $FreeBSD: head/usr.bin/rusers/Makefile 201386 2010-01-02 10:27:05Z ed $
2
3PROG = rusers
2
3PROG = rusers
4WARNS?= 6
5
6DPADD= ${LIBRPCSVC}
7LDADD= -lrpcsvc
8
9.include <bsd.prog.mk>
4
5DPADD= ${LIBRPCSVC}
6LDADD= -lrpcsvc
7
8.include <bsd.prog.mk>