summaryrefslogtreecommitdiffstats
path: root/sys/teken/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/teken/Makefile')
-rw-r--r--sys/teken/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/teken/Makefile b/sys/teken/Makefile
deleted file mode 100644
index cbdd12b..0000000
--- a/sys/teken/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-PROG= teken_demo
-SRCS= teken_demo.c teken.c teken_state.h
-CLEANFILES= teken_state.h teken.log
-LDADD= -lncurses -lutil
-NO_MAN=
-WARNS?= 6
-
-teken_state.h: gensequences sequences
- awk -f gensequences sequences > ${.TARGET}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud