1 1.3 gwr # $NetBSD: Makefile,v 1.3 1997/05/08 21:12:54 gwr Exp $ 2 1.1 thorpej 3 1.1 thorpej PROG= stdhosts 4 1.1 thorpej SRCS= read_line.c stdhosts.c 5 1.1 thorpej MAN= stdhosts.8 6 1.3 gwr .PATH: ${.CURDIR}/../common 7 1.1 thorpej CFLAGS+=-I${.CURDIR}/../common 8 1.1 thorpej 9 1.1 thorpej .include <bsd.prog.mk> 10