=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ypwhich/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/ypwhich/Makefile 1999/03/19 22:21:27 1.5 +++ src/usr.bin/ypwhich/Makefile 1999/03/20 15:36:12 1.6 @@ -1,6 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 1999/03/19 22:21:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1999/03/20 15:36:12 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