commands: id from netbsd; touch from bsd-utils port

This commit is contained in:
Ben Gras
2010-06-25 17:14:56 +00:00
parent bfeecdbf62
commit 373aecf3cd
10 changed files with 1165 additions and 2 deletions

6
commands/touch/Makefile Normal file
View File

@@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.3 1994/12/07 09:19:47 jtc Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= touch
.include <minix.prog.mk>