NetBSD/gnu/lib/libregex/Makefile

13 lines
280 B
Makefile
Raw Normal View History

1993-04-10 19:24:44 +04:00
# $Header: /cvsroot/src/gnu/lib/libregex/Attic/Makefile,v 1.2 1993/04/10 15:24:44 cgd Exp $
LIB= gnuregex
CFLAGS+=-DHAVE_STRING_H=1
SRCS= regex.c
NOMAN= noman
afterinstall:
1993-04-10 19:24:44 +04:00
install -c -o root -g wheel -m 444 ${.CURDIR}/regex.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>