set the immutable bit on installation
[unix-history] / usr / src / usr.bin / chpass / Makefile
CommitLineData
fd620205 1# @(#)Makefile 5.6 (Berkeley) %G%
8333ddd8 2
2f33aea7 3PROG= chpass
bc3d7b01 4SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c table.c util.c
2f33aea7
KB
5BINOWN= root
6BINMODE=4555
fd620205 7INSTALLFLAGS=-fschg
030a66f2 8.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw
2f33aea7
KB
9LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh
10MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
8333ddd8 11
2f33aea7 12.include <bsd.prog.mk>