11 lines
216 B
Makefile
11 lines
216 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/08/04 19:07:55 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= test
|
|
SRCS= test.c
|
|
LINKS= ${BINDIR}/test ${BINDIR}/[
|
|
CFLAGS+=-g
|
|
MLINKS= test.1 '[.1'
|
|
|
|
.include <bsd.prog.mk>
|