10 lines
166 B
Makefile
10 lines
166 B
Makefile
# Makefile for the test utility
|
|
# Derived from 4.4BSD sources
|
|
|
|
PROG= test
|
|
SRCS= test.c
|
|
LINKS= ${BINDIR}/test ${BINDIR}/[
|
|
MLINKS= test.1 [.1
|
|
|
|
.include <bsd.prog.mk>
|