Upgrading test

Change-Id: I1cd8e24475030989c95ba60b4e7462dacf945b9f
This commit is contained in:
2013-02-01 11:41:47 +01:00
parent 2c96f0541b
commit 3a19ae756f
6 changed files with 1193 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
# $NetBSD: Makefile,v 1.11 2007/06/22 03:24:16 simonb Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= test
SRCS= test.c
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 [.1
.include <bsd.prog.mk>