diff options
author | yyamano <yyamano@pkgsrc.org> | 2005-06-06 14:03:53 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2005-06-06 14:03:53 +0000 |
commit | bf8d8a95ff79603b782a2646d839662fe45e27d5 (patch) | |
tree | e8db426a67cbacd27aa0c9c486273fd22b8cfdeb /archivers/xbin | |
parent | ac0a526208f036034248db4c68de7ae0ee7f843c (diff) | |
download | pkgsrc-bf8d8a95ff79603b782a2646d839662fe45e27d5.tar.gz |
Make this build on Darwin.
Diffstat (limited to 'archivers/xbin')
-rw-r--r-- | archivers/xbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index 48ff2166960..13758051733 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:44:50 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/06 14:03:53 yyamano Exp $ # DISTNAME= ${PRGNAME}unix @@ -28,6 +28,7 @@ CFLAGS+= -DBSD LDFLAGS+= -lcompat .endif CFLAGS.Interix+= -DBSD +CFLAGS.Darwin+= -DBSD INSTALLATION_DIRS= bin man/cat1 |