1 1.1 thorpej # $NetBSD: Makefile,v 1.1 1996/08/09 10:15:01 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.1 thorpej .PATH: ${.CURDIR}/../common ${.CURDIR}/../ypserv 8 1.1 thorpej CFLAGS+=-I${.CURDIR}/../common 9 1.1 thorpej 10 1.1 thorpej .include <bsd.prog.mk> 11