blob: 14a51aceac4bb238deb2e4bc857af4e72165e88c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: list,v 1.3 1997/05/01 11:30:50 niklas 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
SPECIAL chmod 755 install
|