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 | 2578eeb3991d1ca4b401e5ea6ce0c39ab9fbf764 (patch) | |
tree | ad236e45947ebc9e8414721e6bb4258f5b52d103 /net | |
parent | 040ab9cf47dfa7add14449ecd854f9f80712a2c7 (diff) | |
download | pkgsrc-2578eeb3991d1ca4b401e5ea6ce0c39ab9fbf764.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 |