Home | History | Annotate | Line # | Download | only in stdethers
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 1997/07/18 21:57:08 thorpej Exp $
      2 
      3 PROG=	stdethers
      4 SRCS=	read_line.c stdethers.c
      5 MAN=	stdethers.8
      6 .PATH:	${.CURDIR}/../common
      7 CFLAGS+=-I${.CURDIR}/../common
      8 CFLAGS+= -DNTOA_FIX
      9 WARNS=1
     10 
     11 .include <bsd.prog.mk>
     12