diff options
Diffstat (limited to 'emulators/linux_lib/Makefile')
-rw-r--r-- | emulators/linux_lib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/emulators/linux_lib/Makefile b/emulators/linux_lib/Makefile index ef6f481d198..5d1cce397b5 100644 --- a/emulators/linux_lib/Makefile +++ b/emulators/linux_lib/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: linux_lib -# Version required: 2.1 -# Date created: 1997/12/04 -# Whom: erich@FreeBSD.org -# -# $NetBSD: Makefile,v 1.6 1998/03/05 12:22:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:23 agc Exp $ # FreeBSD Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp # @@ -38,4 +33,4 @@ post-install: ${MKDIR} ${PREFIX}/dev ln -s /dev/sound ${PREFIX}/dev/dsp -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |