diff options
author | tron <tron@pkgsrc.org> | 1999-12-24 13:14:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-12-24 13:14:16 +0000 |
commit | 6af47186302b1297aa12a4393a62eaacf035e66d (patch) | |
tree | 759498a841d37b65fff3679e09e50dc515039b7d /sysutils | |
parent | cb61b877cd0d61172f631172b522e1a1995d8b11 (diff) | |
download | pkgsrc-6af47186302b1297aa12a4393a62eaacf035e66d.tar.gz |
Define deprecated "unix" symbol to avoid compiler warnings.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mkhybrid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/mkhybrid/Makefile b/sysutils/mkhybrid/Makefile index f5fdc73df5a..d2cab601a59 100644 --- a/sysutils/mkhybrid/Makefile +++ b/sysutils/mkhybrid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/05/15 07:27:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/24 13:14:16 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp # @@ -10,6 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ps.ucl.ac.uk/~jcpearso/mkhybrid.html GNU_CONFIGURE= yes +CFLAGS+= -Dunix ALL_TARGET= World |