blob: 79f323a5606f70be91c3bfb35bea2a6ab93e85c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $OpenBSD: list,v 1.4 1997/05/01 18:46:57 grr Exp $
# the disktab explanation file
COPY disktab.preinstall etc/disktab.preinstall
# and the installation tools
COPY dot.profile .profile
COPY dot.instutils .instutils
COPY install.sh install
#COPY dot.hdprofile tmp/.hdprofile
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
# and a mount point for the kernfs
SPECIAL mkdir kern
# make install executable
SPECIAL chmod 755 install
|