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