summaryrefslogtreecommitdiff
path: root/textproc/helpdeco
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2005-05-19 18:35:41 +0000
committerben <ben@pkgsrc.org>2005-05-19 18:35:41 +0000
commitb542b69b633b41a3f2df3a26b3a6375f1198900e (patch)
tree214561a1cd10dc6aa719b685a1754d900f176883 /textproc/helpdeco
parentdc34e74bbf8c8d6146c61fbcc5bfbce5900bd6f8 (diff)
downloadpkgsrc-b542b69b633b41a3f2df3a26b3a6375f1198900e.tar.gz
This file is not necessary after update to helpdeco 2.1.1
Diffstat (limited to 'textproc/helpdeco')
-rw-r--r--textproc/helpdeco/files/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/helpdeco/files/Makefile b/textproc/helpdeco/files/Makefile
deleted file mode 100644
index dae9618d752..00000000000
--- a/textproc/helpdeco/files/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-all: splitmrb zapres helpdeco
-
-CFLAGS+=-g
-
-splitmrb: splitmrb.c
- ${CC} ${CFLAGS} -o splitmrb splitmrb.c
-zapres: zapres.c compat.o
- ${CC} ${CFLAGS} -o zapres zapres.c compat.o
-helpdeco: helpdeco.c helpdec1.c compat.o
- ${CC} ${CFLAGS} -o helpdeco helpdeco.c helpdec1.c compat.o
-compat.o: compat.c
-
-clean:
- rm -f *.o helpdeco zapres splitmrb