12 lines
205 B
Makefile
12 lines
205 B
Makefile
# from: @(#)Makefile 5.1 (Berkeley) 6/5/90
|
|
# $Id: Makefile,v 1.2 1993/07/30 22:30:28 mycroft Exp $
|
|
|
|
PROG= retest
|
|
SRCS= regexp.c retest.c
|
|
.PATH: ${.CURDIR}/..
|
|
NOMAN= noman
|
|
|
|
install:
|
|
|
|
.include <bsd.prog.mk>
|