diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 15:32:43 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 15:32:43 +0000 |
commit | 95d94cf6213bcd71c1258a58bcaf3504925c4e2a (patch) | |
tree | ad236e45947ebc9e8414721e6bb4258f5b52d103 /net | |
parent | 6d2fd7c8de021f04c8518d5dce41a0ce781c2457 (diff) | |
download | pkgsrc-95d94cf6213bcd71c1258a58bcaf3504925c4e2a.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net')
-rw-r--r-- | net/cmu-dhcpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/cmu-dhcpd/Makefile b/net/cmu-dhcpd/Makefile index 7b35dcfda81..3be96f3a13f 100644 --- a/net/cmu-dhcpd/Makefile +++ b/net/cmu-dhcpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:24 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/08 15:32:43 tv Exp $ # DISTNAME= CMU-dhcp-3.3.7+PU-9 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://heymon.princeton.edu/software/dhcpd/ COMMENT= CMU BootP and DHCP server, plus Princeton patches +NOT_FOR_PLATFORM= Interix-*-* # no userland routing table support + WRKSRC= ${WRKDIR}/CMU-dhcp-3.3.7+PU-9 GNU_CONFIGURE= YES |