1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/bin/test/Makefile
1997-02-22 14:13:04 +00:00

10 lines
170 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id$
PROG= test
SRCS= test.c operators.c
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 '[.1'
.include <bsd.prog.mk>