xref: /freebsd-14.2/usr.bin/touch/Makefile (revision ae2888dd)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3.include <src.opts.mk>
4
5PROG=	touch
6HAS_TESTS=
7SUBDIR.${MK_TESTS}=	tests
8
9.include <bsd.prog.mk>
10