Home | History | Annotate | Line # | Download | only in comsat
      1  1.7     lukem #	$NetBSD: Makefile,v 1.7 2009/03/16 02:24:56 lukem 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 
      6  1.1       cgd PROG=	comsat
      7  1.6  christos SRCS=	comsat.c utmpentry.c
      8  1.4       cgd MAN=	comsat.8
      9  1.1       cgd 
     10  1.6  christos .PATH.c: ${NETBSDSRCDIR}/usr.bin/who
     11  1.6  christos CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
     12  1.6  christos 
     13  1.1       cgd .include <bsd.prog.mk>
     14