mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
17 lines
311 B
Makefile
17 lines
311 B
Makefile
PACKAGE= runtime
|
|
PROG= pw
|
|
MAN= pw.conf.5 pw.8
|
|
SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
|
|
grupd.c pwupd.c psdate.c bitmap.c cpdir.c rm_r.c strtounum.c \
|
|
pw_utils.c
|
|
|
|
WARNS?= 3
|
|
|
|
LIBADD= crypt util
|
|
|
|
.include <src.opts.mk>
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|