1 1.2 gwr # $NetBSD: Makefile,v 1.2 1997/05/06 20:46:44 gwr Exp $ 2 1.1 thorpej 3 1.1 thorpej PROG= stdethers 4 1.1 thorpej SRCS= read_line.c stdethers.c 5 1.1 thorpej MAN= stdethers.8 6 1.2 gwr .PATH.c: ${.CURDIR}/../common 7 1.1 thorpej CFLAGS+=-I${.CURDIR}/../common 8 1.1 thorpej CFLAGS+= -DNTOA_FIX 9 1.1 thorpej 10 1.1 thorpej .include <bsd.prog.mk> 11