]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - chpass/Makefile
Restore the 'beforeinstall' for chpass(1), so files with the
[pw-darwin.git] / chpass / Makefile
index cf3acc6bee158f91dbb4cb5581e4216b1b622e99..16974e211d923bdbaa24c4aa14420de8f3301644 100644 (file)
@@ -9,6 +9,7 @@ PROG=   chpass
 SRCS=  chpass.c edit.c field.c pw_scan.c table.c util.c
 BINOWN=        root
 BINMODE=4555
+PRECIOUSPROG=
 .if ${MK_NIS} != "no"
 CFLAGS+= -DYP
 .endif
@@ -16,19 +17,17 @@ CFLAGS+= -DYP
 #CFLAGS+=-DRESTRICT_FULLNAME_CHANGE
 CFLAGS+=-I${.CURDIR}/../../usr.sbin/pwd_mkdb -I${.CURDIR}/../../lib/libc/gen -I.
 
-DPADD= ${LIBCRYPT} ${LIBUTIL}
-LDADD= -lcrypt -lutil
+LIBADD=        crypt util
 .if ${MK_NIS} != "no"
-DPADD+=        ${LIBYPCLNT}
-LDADD+=        -lypclnt
+LIBADD+=       ypclnt
 .endif 
 
-LINKS= ${BINDIR}/chpass ${BINDIR}/chfn
-LINKS+=        ${BINDIR}/chpass ${BINDIR}/chsh
+SYMLINKS=      ${BINDIR}/chpass ${BINDIR}/chfn
+SYMLINKS+=     ${BINDIR}/chpass ${BINDIR}/chsh
 .if ${MK_NIS} != "no"
-LINKS+=        ${BINDIR}/chpass ${BINDIR}/ypchpass
-LINKS+=        ${BINDIR}/chpass ${BINDIR}/ypchfn
-LINKS+=        ${BINDIR}/chpass ${BINDIR}/ypchsh
+SYMLINKS+=     ${BINDIR}/chpass ${BINDIR}/ypchpass
+SYMLINKS+=     ${BINDIR}/chpass ${BINDIR}/ypchfn
+SYMLINKS+=     ${BINDIR}/chpass ${BINDIR}/ypchsh
 .endif
 
 MLINKS=        chpass.1 chfn.1 chpass.1 chsh.1
@@ -43,9 +42,4 @@ beforeinstall:
 .endif
 .endfor
 
-.if !defined(NO_FSCHG)
-afterinstall:
-       -chflags schg ${DESTDIR}${BINDIR}/chpass
-.endif
-
 .include <bsd.prog.mk>