SHLIB_MAJOR=0
SHLIB_MINOR=0
This commit is contained in:
Paul Richards 1993-11-09 20:25:14 +00:00
parent bcd9d0cf11
commit 68fb91760f
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,7 @@
# $Id: Makefile,v 1.1 1993/09/24 13:03:14 rgrimes Exp $
# $Id: Makefile,v 1.2 1993/10/19 18:22:34 rich Exp $
SHLIB_MAJOR=0
SHLIB_MINOR=0
CFLAGS+= -I${.CURDIR}

View File

@ -1,4 +1,7 @@
# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.2 1993/08/08 04:38:56 rgrimes Exp $
# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.3 1993/08/23 05:26:19 rgrimes Exp $
SHLIB_MAJOR=0
SHLIB_MINOR=0
LIB= gnuregex
CFLAGS+=-DHAVE_STRING_H=1