summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/x2p/a2pl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/x2p/a2pl/Makefile')
-rw-r--r--gnu/usr.bin/perl/x2p/a2pl/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/usr.bin/perl/x2p/a2pl/Makefile b/gnu/usr.bin/perl/x2p/a2pl/Makefile
deleted file mode 100644
index 5b8dbaa..0000000
--- a/gnu/usr.bin/perl/x2p/a2pl/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# $FreeBSD$
-#
-
-PROG= a2p
-CFLAGS+=-I${PERL5SRC}/x2p -I${.OBJDIR} -I${.OBJDIR}/temp
-LDFLAGS+=-lperl -lm -lcrypt
-SRCS= a2p.c hash.c str.c util.c walk.c config.h
-
-CLEANDIRS+= temp
-CLEANFILES+= ${PROG}.1
-
-config.h: temp
-
-temp:
- @mkdir temp
-
-.include <bsd.prog.mk>
-
-.PATH: ${PERL5SRC}/x2p
-.PATH: ${PERL5SRC}
-
-.SUFFIXES:
-.SUFFIXES: .c .h .o
-
-${PROG}.1: ${PROG}.pod
- ${MINIPERL} ${MINIPERLOPT} ${.OBJDIR}/../../pod/pod2man/pod2man ${.OODATE} > ${.TARGET}
OpenPOWER on IntegriCloud