opnsense-src/gnu/lib/libregex/Makefile

13 lines
266 B
Makefile
Raw Normal View History

# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.7 1994/05/19 17:40:01 jkh Exp $
1993-11-09 15:25:14 -05:00
1993-07-30 16:16:53 -04:00
LIB= gnuregex
CFLAGS+=-DHAVE_STRING_H=1
SRCS= regex.c
NOMAN= noman
afterinstall:
install -c ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
1993-07-30 16:16:53 -04:00
.include <bsd.lib.mk>