summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1995-02-15 04:35:55 +0000
committerBill Paul <wpaul@FreeBSD.org>1995-02-15 04:35:55 +0000
commit0e59c1bde3090848e49e8dff1d7857b2e4afa8bc (patch)
tree1a0c200b2383490621948c7392b1f13a367edb32 /gnu/usr.sbin
parentf464a3788ede86c2ccabcf2e6afde0fc10d2dbc4 (diff)
Notes
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/yppasswdd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.sbin/yppasswdd/Makefile b/gnu/usr.sbin/yppasswdd/Makefile
index 75ec301248b5..3a24ce0ffae5 100644
--- a/gnu/usr.sbin/yppasswdd/Makefile
+++ b/gnu/usr.sbin/yppasswdd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/01 02:13:06 wpaul Exp $
+# $Id: Makefile,v 1.3 1995/02/03 03:44:41 wpaul Exp $
# @(#)Makefile 8.3 (Berkeley) 4/2/94
PROG= yppasswdd
@@ -11,9 +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
-afterinstall: /usr/libexec/yppwupdate
-
-/usr/libexec/yppwupdate: ${.CURDIR}/yppwupdate
- install -c -o bin -g bin -m 555 ${.CURDIR}/yppwupdate /usr/libexec/yppwupdate
+afterinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/yppwupdate \
+ ${DESTDIR}/usr/libexec/yppwupdate
.include <bsd.prog.mk>