10 lines
201 B
Makefile
10 lines
201 B
Makefile
# from: @(#)Makefile 5.1 (Berkeley) 6/8/92
|
|
# $Id: Makefile,v 1.5 1994/06/30 05:12:29 jtc Exp $
|
|
|
|
PROG= test
|
|
SRCS= test.c
|
|
LINKS= ${BINDIR}/test ${BINDIR}/[
|
|
MLINKS= test.1 '[.1'
|
|
|
|
.include <bsd.prog.mk>
|