add dependancies so that "make depend" isn't required, remove WARNS from here

This commit is contained in:
lukem 1997-10-09 12:43:57 +00:00
parent 6fffd559bd
commit 4971f40228
2 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,5 @@
# $NetBSD: Makefile,v 1.13 1997/10/03 16:40:56 christos Exp $
# $NetBSD: Makefile,v 1.14 1997/10/09 12:43:57 lukem Exp $
WARNS?= 1
LIB= pcap
MAN= pcap.3
@ -24,4 +23,8 @@ INCSDIR=/usr/include
CLEANFILES+= y.tab.h
scanner.c: y.tab.h
y.tab.c y.tab.h: grammar.c
.include <bsd.lib.mk>

View File

@ -1,6 +1,6 @@
#!/usr/local/bin/perl
#
# $NetBSD: pcap2netbsd,v 1.2 1997/10/03 16:40:57 christos Exp $
# $NetBSD: pcap2netbsd,v 1.3 1997/10/09 12:44:00 lukem Exp $
#
# Perl script to convert a standard distribution directory for am-utils into
# a NetBSD source tree.
@ -253,7 +253,6 @@ __END__
%% file lib/libpcap/Makefile
%% NetBSD #
WARNS?= 1
LIB= pcap
%% man
@ -276,6 +275,10 @@ INCSDIR=/usr/include
CLEANFILES+= y.tab.h
scanner.c: y.tab.h
y.tab.c y.tab.h: grammar.c
.include <bsd.lib.mk>
%% file lib/libpcap/shlib_version
major=0