xref: /dflybsd-src/bin/notty/Makefile (revision 30428b9ade4e1ec9a971a19c0c9187be4ace255a)
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