]> git.cameronkatri.com Git - pw-darwin.git/blob - pw/Makefile
Note the naming convention of files in share/skel and explain the "dot"
[pw-darwin.git] / pw / Makefile
1 # $FreeBSD$
2
3 PROG= pw
4 MAN= pw.conf.5 pw.8
5 SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
6 grupd.c pwupd.c fileupd.c edgroup.c psdate.c \
7 bitmap.c cpdir.c rm_r.c
8
9 DPADD= ${LIBCRYPT} ${LIBUTIL}
10 LDADD= -lcrypt -lutil
11
12 .include <bsd.prog.mk>