summaryrefslogtreecommitdiff
path: root/emulators/netbsd32_compat16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/netbsd32_compat16/Makefile')
-rw-r--r--emulators/netbsd32_compat16/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/emulators/netbsd32_compat16/Makefile b/emulators/netbsd32_compat16/Makefile
index fd74ae94add..66301d4b8f8 100644
--- a/emulators/netbsd32_compat16/Makefile
+++ b/emulators/netbsd32_compat16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/01/11 05:12:56 hamajima Exp $
+# $NetBSD: Makefile,v 1.9 2005/02/21 21:18:28 veego Exp $
#
.if ${MACHINE_ARCH} == "sparc64"
@@ -48,11 +48,6 @@ COMPAT_LIBDIR= ${PREFIX}/${EMULSUBDIR}/usr/lib
COMPAT_LIBEXECDIR= ${PREFIX}/${EMULSUBDIR}/usr/libexec
COMPAT_XLIBDIR= ${PREFIX}/${EMULSUBDIR}/usr/X11R6/lib
-PLIST_SRC+= ${PKGDIR}/PLIST
-.if exists(${PKGDIR}/PLIST.${MACHINE32_ARCH})
-PLIST_SRC+= ${PKGDIR}/PLIST.${MACHINE32_ARCH}
-.endif
-
PLIST_SUBST+= COMPAT_EMULSUBDIR=${EMULSUBDIR}
# XXX using pax to copy symlinks properly.