Makefile revision 1.7
11.7Slukem# $NetBSD: Makefile,v 1.7 2009/03/16 02:24:56 lukem Exp $ 21.3Sjtc# from: @(#)Makefile 8.1 (Berkeley) 6/4/93 31.1Scgd 41.6Schristos.include <bsd.own.mk> 51.6Schristos 61.1ScgdPROG= comsat 71.6SchristosSRCS= comsat.c utmpentry.c 81.4ScgdMAN= comsat.8 91.1Scgd 101.6Schristos.PATH.c: ${NETBSDSRCDIR}/usr.bin/who 111.6SchristosCPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP 121.6Schristos 131.1Scgd.include <bsd.prog.mk> 14