mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
11 lines
209 B
Makefile
11 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>
|