xref: /minix3/usr.bin/write/Makefile (revision 00709a7737e9715e29a192fe59a95679b88d2887)
1*00709a77SThomas Cort#	$NetBSD: Makefile,v 1.8 2007/05/28 12:06:33 tls Exp $
2*00709a77SThomas Cort#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
3*00709a77SThomas Cort
4*00709a77SThomas Cort.include <bsd.own.mk>
5*00709a77SThomas Cort
6*00709a77SThomas CortUSE_FORT?= yes	# setgid
7*00709a77SThomas CortPROG=	write
8*00709a77SThomas CortSRCS=	write.c utmpentry.c term_chk.c
9*00709a77SThomas CortBINMODE=2555
10*00709a77SThomas CortBINGRP=	tty
11*00709a77SThomas Cort
12*00709a77SThomas Cort.PATH.c: ${NETBSDSRCDIR}/usr.bin/who
13*00709a77SThomas CortCPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
14*00709a77SThomas Cort
15*00709a77SThomas Cort.include <bsd.prog.mk>
16