blob: a0d561f393c86baad8a56d74cedc13201862000d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:42:34 deraadt Exp $
# $NetBSD: Makefile,v 1.2 1994/11/17 08:28:17 jtc Exp $
PROG= retest
SRCS= regexp.c retest.c
.PATH: ${.CURDIR}/..
NOMAN= noman
install:
.include <bsd.prog.mk>
|