diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-30 12:17:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-30 12:17:04 +0000 |
commit | 97baea1d987ec670d2926f20039c60d61bb38cf3 (patch) | |
tree | 18d9f20f25344226181bab6fcb1c13237d98a56a /net | |
parent | - Fix kvm_read() issue (diff) |
- Unbreak build on HEAD
Notes
Notes:
svn path=/head/; revision=319418
Diffstat (limited to 'net')
-rw-r--r-- | net/libnet/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile index f3a04f00e70c..5cdb89492692 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -20,10 +20,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -fPIC USE_CSTD= gnu89 -# upstream makefile is not bmake compatible -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif CONFIGURE_ARGS= --with-link-layer=${LIBNET_LINK} SHORT_VER= 11 |