diff options
author | veego <veego@pkgsrc.org> | 2000-12-05 15:47:23 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-12-05 15:47:23 +0000 |
commit | 1fed4735ce832b37b2594e6748f8d1d1411405d4 (patch) | |
tree | bff64bc2bf0686b5b0fdfc8af28620d4c0fc6ad2 /net/libpcap | |
parent | f1cc4228a116ca84b2c4a908a07e0a17a276ea3a (diff) | |
download | pkgsrc-1fed4735ce832b37b2594e6748f8d1d1411405d4.tar.gz |
Fix the INSTALL_TARGET line so it actually does a install which installs
the libpcap.a.
Diffstat (limited to 'net/libpcap')
-rw-r--r-- | net/libpcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 43edd04bf2f..874895eae4b 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/07/02 08:46:52 agc Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/05 15:47:23 veego Exp $ # DISTNAME= libpcap-0.4 @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system -INSTALL_TARGET+= install-incl install-man +INSTALL_TARGET= install install-incl install-man pre-install: -${MKDIR} ${LOCALBASE}/include/net |