Added BSD touch utillity.

svn path=/trunk/; revision=2821
This commit is contained in:
Steven Edwards 2002-04-03 03:57:56 +00:00
parent 224bb37961
commit 2c38da05a1
6 changed files with 707 additions and 0 deletions

View file

@ -0,0 +1,21 @@
PATH_TO_TOP=../../../reactos
TARGET_TYPE = program
TARGET_APPTYPE = console
TARGET_NAME = touch
TARGET_SDKLIBS = ntdll.a
TARGET_OBJECTS = $(TARGET_NAME).o \
err.o
TARGET_GCCLIBS = iberty
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
# EOF