xref: /openbsd/usr.bin/false/Makefile (revision 53b29436)
1#	$OpenBSD: Makefile,v 1.5 2015/11/11 19:05:28 deraadt Exp $
2
3MAN=	false.1
4PROG=	false
5
6.include <bsd.prog.mk>
7