aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-28 18:30:44 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-28 18:30:44 +0000
commita7f24f529ce01ff57dc9f04c590cecbc6cf317ea (patch)
tree0080e4a67ea78e4e2e1d86d5616b3e2ac920fc4c /gnu
parenteafe5e1c1c16ccbaff064af0d982a316a26d356c (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/x2p/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile
index 2d0531ebeecc..952c3599ff23 100644
--- a/gnu/usr.bin/perl/x2p/Makefile
+++ b/gnu/usr.bin/perl/x2p/Makefile
@@ -3,6 +3,7 @@ PROG= a2p
SRCS+= a2p.c hash.c str.c walk.c util.c
CFLAGS+= -I${.CURDIR}/../perl
+CLEANFILES+= y.tab.h a2p.c
LDADD= -lm
DPADD= ${LIBM}