summaryrefslogtreecommitdiffstats
path: root/sysutils/mkisofs/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-03-15 00:04:01 +0000
committerasami <asami@FreeBSD.org>1997-03-15 00:04:01 +0000
commite478ec4334ee1d68ee0d291d1f0447f8cbaef654 (patch)
tree182a77e50cfc4b862d8f99ac2be086b93174d253 /sysutils/mkisofs/Makefile
parent581fcb66b1649ca2dbe798248d9d9b3fb4975586 (diff)
downloadFreeBSD-ports-e478ec4334ee1d68ee0d291d1f0447f8cbaef654.zip
FreeBSD-ports-e478ec4334ee1d68ee0d291d1f0447f8cbaef654.tar.gz
Don't let the resulting image claim it's written by Linux. ;)
Submitted by: jmz
Diffstat (limited to 'sysutils/mkisofs/Makefile')
-rw-r--r--sysutils/mkisofs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile
index a697237..3cc78c7 100644
--- a/sysutils/mkisofs/Makefile
+++ b/sysutils/mkisofs/Makefile
@@ -3,7 +3,7 @@
# Date created: 07 Aug 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.2 1996/11/17 08:06:17 obrien Exp $
+# $Id: Makefile,v 1.3 1997/01/06 12:13:31 jkh Exp $
#
DISTNAME= mkisofs-1.05
@@ -14,6 +14,7 @@ NO_WRKSUBDIR= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
ALL_TARGET=
+MAKE_FLAGS= CFLAGS='-c ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"FREEBSD\"' -f
MAN8= mkisofs.8
.include <bsd.port.mk>
OpenPOWER on IntegriCloud