NetBSD/libexec/comsat/Makefile

15 lines
324 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2004/06/25 17:34:38 christos 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>
WARNS?=3
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>