mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 12:33:07 -04:00
14 lines
295 B
Makefile
14 lines
295 B
Makefile
# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.6 1994/01/29 20:20:51 nate Exp $
|
|
|
|
SHLIB_MAJOR=1
|
|
SHLIB_MINOR=0
|
|
|
|
LIB= gnuregex
|
|
CFLAGS+=-DHAVE_STRING_H=1
|
|
SRCS= regex.c
|
|
NOMAN= noman
|
|
|
|
afterinstall:
|
|
install -c ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
|
|
|
|
.include <bsd.lib.mk>
|