90e655ea4e
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
13 lines
263 B
Makefile
13 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
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 fileupd.c edgroup.c psdate.c \
|
|
bitmap.c cpdir.c rm_r.c
|
|
|
|
LDADD= -lcrypt -lutil
|
|
DPADD= ${LIBCRYPT} ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|