Home | History | Annotate | Line # | Download | only in wall
Makefile revision 1.9
      1  1.9  christos #	$NetBSD: Makefile,v 1.9 2003/04/21 00:05:30 christos Exp $
      2  1.3       jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.8     lukem .include <bsd.own.mk>
      5  1.8     lukem 
      6  1.1       cgd PROG=	wall
      7  1.9  christos SRCS=	wall.c utmpentry.c term_chk.c
      8  1.1       cgd BINGRP=	tty
      9  1.1       cgd BINMODE=2555
     10  1.4  christos DPADD+=${LIBUTIL}
     11  1.4  christos LDADD+=-lutil
     12  1.7  christos 
     13  1.9  christos .PATH.c: ${NETBSDSRCDIR}/usr.bin/who ${NETBSDSRCDIR}/usr.bin/write
     14  1.8     lukem CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP
     15  1.9  christos CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/write
     16  1.1       cgd 
     17  1.1       cgd .include <bsd.prog.mk>
     18