Home | History | Annotate | Line # | Download | only in comsat
Makefile revision 1.6.34.1
      1  1.6.34.1       jym #	$NetBSD: Makefile,v 1.6.34.1 2009/05/13 19:18:37 jym 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