freebsd-skq/gnu/lib/libregex/Makefile

12 lines
209 B
Makefile
Raw Normal View History

# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.5 1993/12/28 07:57:07 smace Exp $
1993-11-09 20:25:14 +00:00
1993-12-28 07:57:07 +00:00
SHLIB_MAJOR=1
1993-11-09 20:25:14 +00:00
SHLIB_MINOR=0
1993-07-30 20:16:53 +00:00
LIB= gnuregex
CFLAGS+=-DHAVE_STRING_H=1
SRCS= regex.c
NOMAN= noman
.include <bsd.lib.mk>