mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 12:51:06 +01:00
00de0ec339
Hook it to the build in Makefile. Xref from adduser.8. Update adduser.8's BUGS section. Bump the date on adduser.8.
7 lines
105 B
Makefile
7 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS=adduser.sh rmuser.sh
|
|
MAN= adduser.conf.5 adduser.8 rmuser.8
|
|
|
|
.include <bsd.prog.mk>
|