summaryrefslogtreecommitdiffstats
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-02-03 03:44:41 +0000
committerwpaul <wpaul@FreeBSD.org>1995-02-03 03:44:41 +0000
commita029b8cf3812fd5a671ccd0f2d2d60a0d19cda12 (patch)
tree6854c6853d44141523c4e82e8f8580e4f4b8b0ca /gnu/usr.sbin
parent2f1a87a64297a580b0f1dde7f6c8e55cae224d7c (diff)
downloadFreeBSD-src-a029b8cf3812fd5a671ccd0f2d2d60a0d19cda12.zip
FreeBSD-src-a029b8cf3812fd5a671ccd0f2d2d60a0d19cda12.tar.gz
Added ${.CURDIR}s to afterinstall target.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/yppasswdd/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/usr.sbin/yppasswdd/Makefile b/gnu/usr.sbin/yppasswdd/Makefile
index 0688429..75ec301 100644
--- a/gnu/usr.sbin/yppasswdd/Makefile
+++ b/gnu/usr.sbin/yppasswdd/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.2 1995/02/01 02:13:06 wpaul Exp $
# @(#)Makefile 8.3 (Berkeley) 4/2/94
PROG= yppasswdd
@@ -11,13 +11,9 @@ CFLAGS+=-DCRYPT -I${.CURDIR} -I${.CURDIR}/../../../usr.sbin/vipw \
-I${.CURDIR}/../../../usr.bin/chpass
CFLAGS+=-DVERSION=\"0.5\" -DYPLIBDIR=\"/usr/libexec\" -D_GNU_SOURCE
-BINOWN= bin
-BINMODE=555
-BINDIR= /usr/sbin
-
afterinstall: /usr/libexec/yppwupdate
-/usr/libexec/yppwupdate: yppwupdate
- install -c -o bin -g bin -m 555 yppwupdate /usr/libexec/yppwupdate
+/usr/libexec/yppwupdate: ${.CURDIR}/yppwupdate
+ install -c -o bin -g bin -m 555 ${.CURDIR}/yppwupdate /usr/libexec/yppwupdate
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud