get the temporary file and fd handling right.
[unix-history] / usr / src / usr.bin / chpass / Makefile
CommitLineData
030a66f2 1# @(#)Makefile 5.5 (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
030a66f2 7.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw
2f33aea7
KB
8LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh
9MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
8333ddd8 10
2f33aea7 11.include <bsd.prog.mk>