aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bison/data
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-30 19:24:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-30 19:24:31 +0000
commite606666d7bf034e9ae35a91d32e8452d291897d4 (patch)
tree560f72ad08d7c2d3f7cbfc33d1691efead89c6f6 /gnu/usr.bin/bison/data
parentd2b4236a60f1834436c258ef91c50d851eb343c8 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/bison/data')
-rw-r--r--gnu/usr.bin/bison/data/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/usr.bin/bison/data/Makefile b/gnu/usr.bin/bison/data/Makefile
deleted file mode 100644
index 843aebf78a88..000000000000
--- a/gnu/usr.bin/bison/data/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $FreeBSD$
-
-BISONDIR=${.CURDIR}/../../../../contrib/bison
-
-.PATH: ${BISONDIR}
-
-DATADIR= ${SHAREDIR}/misc
-CLEANFILES+= bison.s1
-
-all: bison.s1
-
-# Copy bison.simple, inserting directory name into the #line commands.
-bison.s1: bison.simple
- sed -e "/^#line/ s|bison|${DATADIR}/bison|" \
- -e "s|@bison_version@|1.28|" \
- < ${.ALLSRC} > ${.TARGET}
-
-install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 bison.s1 \
- ${DESTDIR}${DATADIR}/bison.simple
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BISONDIR}/bison.hairy \
- ${DESTDIR}${DATADIR}
-
-.include <bsd.prog.mk>