diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-05-07 23:19:49 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-05-07 23:19:49 +0000 |
| commit | 9fb933075efacc206d4968ca872ad7ea94349ba4 (patch) | |
| tree | 5618f6a0a4a19c1125bc494850591fa1ee21df48 /lib/libpcap | |
| parent | 757dab8dcb5c53176aa0d6e82e3a0649d119f7e5 (diff) | |
Notes
Diffstat (limited to 'lib/libpcap')
| -rw-r--r-- | lib/libpcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 50d6c928b604..161a43f21346 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,5 +1,5 @@ # Makefile for libpcap -# $Id: Makefile,v 1.3 1995/02/23 18:47:06 ache Exp $ +# $Id: Makefile,v 1.4 1995/08/06 12:37:41 bde Exp $ LIB= pcap @@ -25,7 +25,7 @@ beforeinstall: scanner.o: tokdefs.h tokdefs.h: grammar.c - mv y.tab.h tokdefs.h + mv -f y.tab.h tokdefs.h .include <bsd.lib.mk> |
