Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / pcvt / vttest / Makefile
1 # $FreeBSD: src/usr.sbin/pcvt/vttest/Makefile,v 1.6 1999/10/03 10:35:03 marcel Exp $
2 # $DragonFly: src/usr.sbin/pcvt/vttest/Attic/Makefile,v 1.2 2003/06/17 04:29:59 dillon Exp $
3
4 PROG=           vttest
5 CFLAGS+=        -traditional -DUSEMYSTTY
6 SRCS=           main.c esc.c
7
8 .include <bsd.prog.mk>