e653b48c80
OK'ed by: core
12 lines
150 B
Makefile
12 lines
150 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= retest
|
|
SRCS= regexp.c retest.c
|
|
.PATH: ${.CURDIR}/..
|
|
NO_MAN=
|
|
|
|
install:
|
|
|
|
.include <bsd.prog.mk>
|