Import NetBSD touch command

Replaces the 'touch' functionality provided by commands/touch.
This commit is contained in:
Zachary Storer
2014-07-28 17:05:15 +02:00
committed by sambuc
parent 5552d86152
commit 71d1d39e61
6 changed files with 200 additions and 138 deletions
+8
View File
@@ -0,0 +1,8 @@
# $NetBSD: Makefile,v 1.4 2012/07/25 01:23:46 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= touch
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>