blob: 4fd59e49d5064cba92ed1f72f247ff20c37e4c3a (
plain) (
blame)
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
|
.include <bsd.compat.pre.mk>
SCRIPTS=auto \
adduser \
bootconfig \
checksum \
config \
docsinstall \
entropy \
fetchmissingdists \
finalconfig \
firmware \
hardening \
hostname \
jail \
keymap \
mirrorselect \
mount \
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>
|