diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile index 353eac132c7d..d994c289a04c 100644 --- a/usr.sbin/pw/Makefile +++ b/usr.sbin/pw/Makefile @@ -1,18 +1,19 @@ # $FreeBSD$ +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 HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include