xref: /dragonfly/bin/notty/Makefile (revision 19fe1c42)
1#
2# $DragonFly: src/bin/notty/Makefile,v 1.1 2008/05/27 17:10:49 dillon Exp $
3
4PROG=	notty
5SRCS=	notty.c
6MAN=	notty.1
7
8.include <bsd.prog.mk>
9