NetBSD/libexec/comsat/Makefile

14 lines
312 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2009/03/16 02:24:56 lukem Exp $
1994-08-07 03:26:31 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= comsat
SRCS= comsat.c utmpentry.c
1994-12-22 12:57:51 +03:00
MAN= comsat.8
1993-03-21 12:45:37 +03:00
.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>