10 lines
146 B
Makefile
10 lines
146 B
Makefile
|
#
|
||
|
# This builds login and friends.
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CRUNCH_PROGS_libexec+= getty
|
||
|
CRUNCH_PROGS_usr.bin+= cap_mkdb
|
||
|
CRUNCH_PROGS_usr.sbin+= pwd_mkdb
|