Deleted Added
full compact
Makefile (17544) Makefile (23126)
1# @(#)Makefile 8.2 (Berkeley) 4/2/94
2
3PROG= chpass
4SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c table.c util.c
5BINOWN= root
6BINMODE=4555
7.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw \
8 ${.CURDIR}/../../libexec/ypxfr \

--- 38 unchanged lines hidden (view full) ---

47
48yppasswd_private.h: ${RPCSRC_PRIV}
49 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PRIV}
50
51yppasswd_private_xdr.c: ${RPCSRC_PRIV} yppasswd_private.h
52 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PRIV}
53
54beforeinstall:
1# @(#)Makefile 8.2 (Berkeley) 4/2/94
2
3PROG= chpass
4SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c table.c util.c
5BINOWN= root
6BINMODE=4555
7.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw \
8 ${.CURDIR}/../../libexec/ypxfr \

--- 38 unchanged lines hidden (view full) ---

47
48yppasswd_private.h: ${RPCSRC_PRIV}
49 ${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PRIV}
50
51yppasswd_private_xdr.c: ${RPCSRC_PRIV} yppasswd_private.h
52 ${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PRIV}
53
54beforeinstall:
55 [ ! -e ${DESTDIR}${BINDIR}/chpass ] || \
56 chflags noschg ${DESTDIR}${BINDIR}/chpass
55.for i in chpass chfn chsh ypchpass ypchfn ypchsh
56 [ ! -e ${DESTDIR}${BINDIR}/$i ] || \
57 chflags noschg ${DESTDIR}${BINDIR}/$i
58.endfor
57
58afterinstall:
59 chflags schg ${DESTDIR}${BINDIR}/chpass
60
61.include <bsd.prog.mk>
59
60afterinstall:
61 chflags schg ${DESTDIR}${BINDIR}/chpass
62
63.include <bsd.prog.mk>