diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-19 22:21:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-19 22:21:28 +0000 |
commit | 4ea62010d0d178dc752f170c8b7bf5464c5df47f (patch) | |
tree | 58895ab93f5676230ec22eefaab5d74845319ab7 /usr.bin/ypwhich/Makefile | |
parent | 518a5dad2e08ddf813b1c17d37cb97ac6aabf3ac (diff) |
remove -h feature until the code works on clients
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> |