mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
Hook it to the build in Makefile. Xref from adduser.8. Update adduser.8's BUGS section. Bump the date on adduser.8.
6 lines
105 B
Makefile
6 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS=adduser.sh rmuser.sh
|
|
MAN= adduser.conf.5 adduser.8 rmuser.8
|
|
|
|
.include <bsd.prog.mk>
|