1 1.4 thorpej # $NetBSD: Makefile,v 1.4 1997/07/18 21:57:11 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej PROG= yppush 4 1.1 thorpej SRCS= localhostname.c yppush.c yplib_host.c yppush_svc.c yppush_proc.c \ 5 1.1 thorpej ypdb.c yppush_err.c 6 1.1 thorpej MAN= yppush.8 7 1.3 gwr .PATH: ${.CURDIR}/../common ${.CURDIR}/../ypserv 8 1.1 thorpej CFLAGS+=-I${.CURDIR}/../common 9 1.4 thorpej WARNS=1 10 1.1 thorpej 11 1.1 thorpej .include <bsd.prog.mk> 12