diff options
author | tron <tron> | 1999-12-24 13:14:16 +0000 |
---|---|---|
committer | tron <tron> | 1999-12-24 13:14:16 +0000 |
commit | ebd7c7e5f24e2aabe88c771651a931d666b79465 (patch) | |
tree | 759498a841d37b65fff3679e09e50dc515039b7d /sysutils/mkhybrid/Makefile | |
parent | 4f7f71b178f75cc1ca2ee2cfeb1c3520891915ac (diff) | |
download | pkgsrc-ebd7c7e5f24e2aabe88c771651a931d666b79465.tar.gz |
Define deprecated "unix" symbol to avoid compiler warnings.
Diffstat (limited to 'sysutils/mkhybrid/Makefile')
-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 |