Home | History | Annotate | Line # | Download | only in write
Makefile revision 1.5
      1  1.5  christos #	$NetBSD: Makefile,v 1.5 2002/08/02 01:59:43 christos Exp $
      2  1.3   mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.1       cgd PROG=	write
      5  1.5  christos SRCS=	write.c utmpentry.c
      6  1.1       cgd BINMODE=2555
      7  1.1       cgd BINGRP=	tty
      8  1.5  christos 
      9  1.5  christos .PATH.c: ${.CURDIR}/../../usr.bin/who
     10  1.5  christos CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
     11  1.1       cgd 
     12  1.1       cgd .include <bsd.prog.mk>
     13