xref: /dragonfly/usr.bin/tty/Makefile (revision b40e316c)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $DragonFly: src/usr.bin/tty/Makefile,v 1.2 2004/12/23 15:17:21 liamfoy Exp $
3
4PROG=	tty
5
6WARNS?=	6
7.include <bsd.prog.mk>
8