summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsketch <sketch>2007-03-02 10:35:04 +0000
committersketch <sketch>2007-03-02 10:35:04 +0000
commite31ba95432b79a73a84c41df1ff7218cf84b2c62 (patch)
treed9597a2c9995f92651f70966b7306bc07241acbf /emulators
parentaad477a8b0376e8b8a7ab2d6ba9fc0ce027243fa (diff)
downloadpkgsrc-e31ba95432b79a73a84c41df1ff7218cf84b2c62.tar.gz
Install /dev/MAKEDEV.subr if required.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse100_base/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/suse100_base/Makefile b/emulators/suse100_base/Makefile
index 1553487d9c7..2a8182c4f91 100644
--- a/emulators/suse100_base/Makefile
+++ b/emulators/suse100_base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/02/22 19:26:27 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2007/03/02 10:35:04 sketch Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 3
@@ -54,6 +54,9 @@ do-install:
done
${INSTALL_DATA_DIR} ${EMULDIR}/dev
${INSTALL_DATA} /dev/MAKEDEV ${EMULDIR}/dev
+ if [ -f /dev/MAKEDEV.subr ]; then \
+ ${INSTALL_DATA} /dev/MAKEDEV.subr ${EMULDIR}/dev; \
+ fi
cd ${EMULDIR}/dev && ${SH} ./MAKEDEV std audio
cd ${EMULDIR}/dev && ${LN} -fs sound dsp
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}