Home | History | Annotate | Line # | Download | only in wall
Makefile revision 1.4
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 1997/06/29 18:28:18 christos Exp $
      2  1.3       jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.4  christos CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes
      5  1.1       cgd PROG=	wall
      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.1       cgd 
     11  1.1       cgd .include <bsd.prog.mk>
     12