xref: /dragonfly/usr.bin/touch/Makefile (revision 0db87cb7)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.bin/touch/Makefile,v 1.4 2012/11/17 01:54:31 svnexp Exp $
3
4PROG=	touch
5
6.include <bsd.prog.mk>
7