Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.bin / users / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/users/Makefile,v 1.3 2007/08/27 16:51:00 pavalos Exp $
3 .PATH: ${.CURDIR}/../../usr.bin/who
4
5 PROG=   users
6 SRCS=   users.c utmpentry.c
7
8 DPADD=  ${LIBUTIL}
9 LDADD=  -lutil
10
11 CFLAGS+= -I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMP -DSUPPORT_UTMPX
12
13 .include <bsd.prog.mk>