bfc3bab865
the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and for putting up with me taking entirely too long to commit this! Submitted by: blackend
11 lines
262 B
Makefile
11 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= auto adduser checksum config docsinstall hostname jail keymap \
|
|
mirrorselect mount netconfig netconfig_ipv4 netconfig_ipv6 rootpass \
|
|
services time umount wlanconfig
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
|
|
NO_MAN= true
|
|
|
|
.include <bsd.prog.mk>
|