diff options
Diffstat (limited to 'emulators/suse64_compat/Makefile')
-rw-r--r-- | emulators/suse64_compat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse64_compat/Makefile b/emulators/suse64_compat/Makefile index 2045b73182a..fc6e51b2e4c 100644 --- a/emulators/suse64_compat/Makefile +++ b/emulators/suse64_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/04 10:07:58 tron Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 04:05:51 jschauma Exp $ DISTNAME= compat PKGNAME= suse_compat-${SUSE_VERSION} @@ -24,3 +24,4 @@ post-install: ${ECHO} "${EMULSUBDIR}/usr/lib/libncurses.so.2.1" >>${PLIST_SRC} .include "../suse64_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" |