summaryrefslogtreecommitdiff
path: root/emulators/suse100_base
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2007-03-02 10:35:04 +0000
committersketch <sketch@pkgsrc.org>2007-03-02 10:35:04 +0000
commit7332554e4a235f86fdab05407c7c5bbf268b7fb0 (patch)
treed9597a2c9995f92651f70966b7306bc07241acbf /emulators/suse100_base
parent3689583cfcdc7db4096e40fa41b11678ff24b4bc (diff)
downloadpkgsrc-7332554e4a235f86fdab05407c7c5bbf268b7fb0.tar.gz
Install /dev/MAKEDEV.subr if required.
Diffstat (limited to 'emulators/suse100_base')
-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}