=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypwhich/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ypwhich/Makefile 1997/09/21 11:52:19 1.3 +++ src/usr.bin/ypwhich/Makefile 1998/01/18 20:13:07 1.4 @@ -1,6 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:52:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1998/01/18 20:13:07 maja Exp $ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 PROG= ypwhich +SRCS= ypwhich.c yplib_host.c +MAN= ypwhich.1 + +.PATH: ${.CURDIR}/../../usr.sbin/ypserv/common +CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv/common .include