1 1.6 christos # $NetBSD: Makefile,v 1.6 2004/06/25 17:34:38 christos Exp $ 2 1.3 jtc # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 3 1.1 cgd 4 1.6 christos .include <bsd.own.mk> 5 1.6 christos WARNS?=3 6 1.6 christos 7 1.1 cgd PROG= comsat 8 1.6 christos SRCS= comsat.c utmpentry.c 9 1.4 cgd MAN= comsat.8 10 1.1 cgd 11 1.6 christos .PATH.c: ${NETBSDSRCDIR}/usr.bin/who 12 1.6 christos CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP 13 1.6 christos 14 1.1 cgd .include <bsd.prog.mk> 15