]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/dev/syscons/teken/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / dev / syscons / teken / Makefile
1 # $FreeBSD$
2
3 PROG=           teken_demo
4 SRCS=           teken_demo.c teken.c teken_state.h
5 CLEANFILES=     teken_state.h teken.log
6 LDADD=          -lncurses -lutil
7 NO_MAN=
8 WARNS?=         6
9
10 teken_state.h: gensequences sequences
11         awk -f gensequences sequences > ${.TARGET}
12
13 .include <bsd.prog.mk>