xref: /netbsd/libexec/comsat/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.7 2009/03/16 02:24:56 lukem Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
3
4.include <bsd.own.mk>
5
6PROG=	comsat
7SRCS=	comsat.c utmpentry.c
8MAN=	comsat.8
9
10.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
11CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
12
13.include <bsd.prog.mk>
14