blob: 92a455d8e9e31e7b62b2c57139447520196e820d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
.include <bsd.compat.pre.mk>
SCRIPTS=auto \
adduser \
bootconfig \
checksum \
config \
docsinstall \
entropy \
fetchmissingdists \
finalconfig \
firmware \
hardening \
hostname \
jail \
keymap \
mirrorselect \
mount \
mount_aux \
netconfig \
netconfig_ipv4 \
netconfig_ipv6 \
pkgbase \
rootpass \
script \
services \
time \
umount \
wlanconfig \
zfsboot
BINDIR= ${LIBEXECDIR}/bsdinstall
MAN=
pkgbase: pkgbase.in
sed "s|%%_ALL_libcompats%%|${_ALL_libcompats}|" < ${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>
|