NetBSD/usr.bin/users/Makefile

11 lines
272 B
Makefile
Raw Normal View History

2002-08-02 03:51:20 +04:00
# $NetBSD: Makefile,v 1.4 2002/08/01 23:51:20 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= users
2002-08-02 03:51:20 +04:00
SRCS= users.c utmpentry.c
.PATH.c: ${.CURDIR}/../../usr.bin/who
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>