blob: 9b06e2493ab46104cd3f3db25c3544e9e1364bdf (
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
|
# $OpenBSD: list.local,v 1.9 2007/02/04 23:30:19 jsg Exp $
# add local links; use bin/sh since instbin has already been unlinked
#LINK instbin sbin/ccdconfig
LINK instbin sbin/ping6
LINK instbin sbin/rtsol
LINK instbin sbin/mount_udf
LINK instbin sbin/dhclient
COPY ${DESTDIR}/etc/firmware/kue etc/firmware/kue
COPY ${DESTDIR}/etc/firmware/bnx etc/firmware/bnx
COPY ${DESTDIR}/etc/firmware/ral-rt2561 etc/firmware/ral-rt2561
COPY ${DESTDIR}/etc/firmware/ral-rt2561s etc/firmware/ral-rt2561s
COPY ${DESTDIR}/etc/firmware/ral-rt2661 etc/firmware/ral-rt2661
COPY ${DESTDIR}/etc/firmware/rum-rt2573 etc/firmware/rum-rt2573
COPY ${DESTDIR}/etc/firmware/zd1211 etc/firmware/zd1211
COPY ${DESTDIR}/etc/firmware/zd1211b etc/firmware/zd1211b
# dhcp things
SCRIPT ${DESTDIR}/sbin/dhclient-script sbin/dhclient-script
SPECIAL chmod 755 sbin/dhclient-script
|