summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/freebsd_lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile
index 6a927309ac0..598208f229b 100644
--- a/emulators/freebsd_lib/Makefile
+++ b/emulators/freebsd_lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/05/22 19:31:07 tv Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/22 19:33:49 tv Exp $
#
DISTNAME= freebsd_lib-2.2.7
@@ -31,4 +31,7 @@ do-install:
done
@${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL
+show-shlib-type:
+ @${ECHO} a.out
+
.include "../../mk/bsd.pkg.mk"