Import NetBSD touch command
Replaces the 'touch' functionality provided by commands/touch.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user