summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-16 23:01:04 +0000
committerbde <bde@FreeBSD.org>1995-12-16 23:01:04 +0000
commita106d35458e04d349eaed85fbf3431246033952b (patch)
treeb42b3f8a9135a26ddda9e92417f97441284b2e11 /usr.sbin
parentda8bc360e7eef6387a53867bd86534b8c9b73cb5 (diff)
downloadFreeBSD-src-a106d35458e04d349eaed85fbf3431246033952b.zip
FreeBSD-src-a106d35458e04d349eaed85fbf3431246033952b.tar.gz
Fixed building in obj directory.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ypserv/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile
index e3fe74a..5249b46 100644
--- a/usr.sbin/ypserv/Makefile
+++ b/usr.sbin/ypserv/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1995/12/16 04:03:02 wpaul Exp $
+# $Id: Makefile,v 1.1.1.1 1995/12/16 20:54:17 wpaul Exp $
PROG= ypserv
SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \
@@ -6,6 +6,8 @@ SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \
MAN8= ypserv.8
+CFLAGS+= -I.
+
CLEANFILES= yp_svc.c yp.h
RPCSRC= ${.DESTDIR}/usr/include/rpcsvc/yp.x
OpenPOWER on IntegriCloud