diff options
Diffstat (limited to 'emulators/makeppf')
-rw-r--r-- | emulators/makeppf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/makeppf/Makefile b/emulators/makeppf/Makefile index 0928b2bf168..c21c50c7ace 100644 --- a/emulators/makeppf/Makefile +++ b/emulators/makeppf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/03 19:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/07 17:31:25 joerg Exp $ # DISTNAME= makeppf3_src @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin + do-build: cd ${BUILD_DIRS} && ${CC} ${CPPFLAGS} ${CFLAGS} \ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \ |