12 lines
209 B
Makefile
12 lines
209 B
Makefile
# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.5 1993/12/28 07:57:07 smace Exp $
|
|
|
|
SHLIB_MAJOR=1
|
|
SHLIB_MINOR=0
|
|
|
|
LIB= gnuregex
|
|
CFLAGS+=-DHAVE_STRING_H=1
|
|
SRCS= regex.c
|
|
NOMAN= noman
|
|
|
|
.include <bsd.lib.mk>
|