summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-27 15:04:33 +0000
committerbde <bde@FreeBSD.org>1998-12-27 15:04:33 +0000
commit9b7e972a2c86ac93c799798f92a602f066a1ca7e (patch)
treeb376bcedd8861e6c4181716891e8d2006e24972a
parent3ea5a3c11d9de75d335ebfbfd17a2eedaa15a8d8 (diff)
downloadFreeBSD-src-9b7e972a2c86ac93c799798f92a602f066a1ca7e.zip
FreeBSD-src-9b7e972a2c86ac93c799798f92a602f066a1ca7e.tar.gz
Fixed CLEANFILES.
-rw-r--r--games/adventure/Makefile2
-rw-r--r--games/hack/Makefile2
-rw-r--r--lib/libmytinfo/Makefile6
-rw-r--r--lib/libpcap/Makefile4
4 files changed, 7 insertions, 7 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index 07de907..52c3649 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -5,7 +5,7 @@ SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
MAN6= adventure.6
CFLAGS+=-traditional-cpp
HIDEGAME=hidegame
-CLEANFILES+=setup data.c
+CLEANFILES=data.c setup setup.o
build-tools: setup
diff --git a/games/hack/Makefile b/games/hack/Makefile
index 3c308f0..e85125c 100644
--- a/games/hack/Makefile
+++ b/games/hack/Makefile
@@ -18,7 +18,7 @@ DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -ltermcap -lcompat
CFLAGS+= -fwritable-strings -I${.CURDIR} -I.
HIDEGAME=hidegame
-CLEANFILES+= hack.onames.h makedefs
+CLEANFILES=hack.onames.h makedefs makedefs.o
build-tools: makedefs
diff --git a/lib/libmytinfo/Makefile b/lib/libmytinfo/Makefile
index 8b7c637..700a882 100644
--- a/lib/libmytinfo/Makefile
+++ b/lib/libmytinfo/Makefile
@@ -1,14 +1,14 @@
# Makefile for libmytinfo
# Use 'make update_term_h' manually after changing internal
# mytinfo structures
-# $Id: Makefile,v 1.14 1998/08/15 07:15:51 jb Exp $
+# $Id: Makefile,v 1.15 1998/09/02 15:22:11 bde Exp $
LIB= mytinfo
SRCS= addstr.c binorder.c buildpath.c caplist.c capsort.c compar.c\
fillterm.c findcap.c findterm.c getother.c gettbin.c\
gettcap.c gettinfo.c tcapconv.c tcapvars.c termcap.c\
terminfo.c tgoto.c tiget.c tmatch.c tparm.c tputs.c tty.c version.c
-CLEANFILES+= binorder.c caplist.c capsort.c mkbinorder mkcaplist \
+CLEANFILES=binorder.c caplist.c capsort.c mkbinorder mkcaplist \
mkcapsort mktermhead mkversion readcaps.o version.c
CFLAGS+=-Wall -I${.CURDIR}
@@ -30,7 +30,7 @@ capsort.c: mkcapsort
./mkcapsort > capsort.c
.for f in caplist capsort compar findcap
-CLANFILES+= cross-$f.o
+CLEANFILES+=cross-$f.o
cross-$f.o: $f.c
${CC} ${CFLAGS} -c -o ${.TARGET} ${.ALLSRC}
.endfor
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 81f3206..36e5650 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -1,5 +1,5 @@
# Makefile for libpcap
-# $Id: Makefile,v 1.20 1998/08/18 10:29:37 ache Exp $
+# $Id: Makefile,v 1.21 1998/09/15 19:34:01 fenner Exp $
LIB= pcap
SRCS= grammar.y tokdefs.h pcap-bpf.c \
@@ -7,7 +7,7 @@ SRCS= grammar.y tokdefs.h pcap-bpf.c \
etherent.c savefile.c bpf_filter.c bpf_image.c \
scanner.l version.c
MAN3= pcap.3
-CLEANFILES+= tokdefs.h
+CLEANFILES=tokdefs.h version.c
DEFS= -DHAVE_SYS_IOCCOM_H=1 -DHAVE_SYS_SOCKIO_H=1 \
-DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \
OpenPOWER on IntegriCloud