freebsd-src/usr.sbin/vipw/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
62 B
Makefile
Raw Normal View History

1994-05-26 05:23:31 +00:00
PROG= vipw
MAN= vipw.8
2003-04-04 17:49:21 +00:00
LIBADD= util
1994-05-26 05:23:31 +00:00
.include <bsd.prog.mk>