summaryrefslogtreecommitdiffstats
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-02-03 03:41:38 +0000
committerwpaul <wpaul@FreeBSD.org>1995-02-03 03:41:38 +0000
commit2f1a87a64297a580b0f1dde7f6c8e55cae224d7c (patch)
tree2acee33f5293c0f91ea422c5b9f3e3874b40eaed /gnu/usr.sbin
parent667f316f4a517bd602828802083c376fd1bbac5f (diff)
downloadFreeBSD-src-2f1a87a64297a580b0f1dde7f6c8e55cae224d7c.zip
FreeBSD-src-2f1a87a64297a580b0f1dde7f6c8e55cae224d7c.tar.gz
Put ${.CURDIR}s in front of Makefile.yp and mknetid in the required places.
Also took out uneeded BINDIR & BINMODE stuff.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/ypserv/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/gnu/usr.sbin/ypserv/Makefile b/gnu/usr.sbin/ypserv/Makefile
index 00294c2..48b901f 100644
--- a/gnu/usr.sbin/ypserv/Makefile
+++ b/gnu/usr.sbin/ypserv/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.2 1995/02/01 01:59:57 wpaul Exp $
# From: @(#)Makefile 8.3 (Berkeley) 4/2/94
PROG= ypserv
@@ -7,17 +7,14 @@ SRCS= dnslookup.c yp_svc.c yp_xdr.c server.c
CFLAGS+=-Wall -DTCP_WRAPPER=0 -DTCPW_FACILITY=LOG_AUTH
CFLAGS+=-DINSTDIR='"/usr/libexec"'
-BINOWN= bin
-BINMODE=555
-BINDIR= /usr/sbin
MAN8=
afterinstall: /var/yp/Makefile /usr/libexec/mknetid
-/var/yp/Makefile: Makefile.yp
- install -c -o bin -g bin -m 444 Makefile.yp /var/yp/Makefile
+/var/yp/Makefile: ${.CURDIR}/Makefile.yp
+ install -c -o bin -g bin -m 444 ${.CURDIR}/Makefile.yp /var/yp/Makefile
-/usr/libexec/mknetid: mknetid
- install -c -o bin -g bin -m 555 mknetid /usr/libexec/mknetid
+/usr/libexec/mknetid: ${.CURDIR}/mknetid
+ install -c -o bin -g bin -m 555 ${.CURDIR}/mknetid /usr/libexec/mknetid
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud