diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xm7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 5c3c723b946..b490d6c2a27 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:51 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/19 18:13:38 joerg Exp $ # DISTNAME= xm71010s @@ -34,4 +34,5 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKDIR}/vm/xm7 ${PREFIX}/bin +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |