diff options
Diffstat (limited to 'usr.bin/ypwhich/Makefile')
-rw-r--r-- | usr.bin/ypwhich/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index 7fe0b535936..cd42d4dd1b8 100644 --- a/usr.bin/ypwhich/Makefile +++ b/usr.bin/ypwhich/Makefile @@ -1,11 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1998/01/18 20:13:07 maja Exp $ +# $OpenBSD: Makefile,v 1.5 1999/03/19 22:21:27 deraadt 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 <bsd.prog.mk> |