don't make PIC libraries; they're silly for this library
This commit is contained in:
parent
7c9c41cc1e
commit
c781fb6347
|
@ -1,5 +1,5 @@
|
|||
# This subdirectory contains Unix specific support functions.
|
||||
# $Id: Makefile,v 1.2 1993/08/05 16:14:51 jtc Exp $
|
||||
# $Id: Makefile,v 1.3 1993/10/28 05:00:07 cgd Exp $
|
||||
|
||||
LIB= unix
|
||||
SRCS= access.c addbas.c app3.c app4.c basnam.c bytfre.c cwd.c \
|
||||
|
@ -16,6 +16,7 @@ CFLAGS+= -I$(.CURDIR)/../common_sources \
|
|||
|
||||
NOMAN= noman
|
||||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
install:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This is the Makefile for the Taylor UUCP uuconf library
|
||||
# $Id: Makefile,v 1.2 1993/08/05 16:14:55 jtc Exp $
|
||||
# $Id: Makefile,v 1.3 1993/10/28 05:00:19 cgd Exp $
|
||||
|
||||
LIB= uuconf
|
||||
SRCS= addblk.c addstr.c allblk.c alloc.c base.c bool.c callin.c \
|
||||
|
@ -20,6 +20,7 @@ CFLAGS+= -I$(.CURDIR)/../common_sources \
|
|||
|
||||
NOMAN= noman
|
||||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
install:
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
|
||||
# $Id: Makefile,v 1.3 1993/08/16 01:16:12 mycroft Exp $
|
||||
# $Id: Makefile,v 1.4 1993/10/28 05:00:23 cgd Exp $
|
||||
|
||||
LIB= uucp
|
||||
SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \
|
||||
|
@ -8,6 +8,7 @@ CFLAGS+= -I$(.CURDIR)/../common_sources
|
|||
|
||||
NOMAN= noman
|
||||
NOPROFILE= noprofile
|
||||
NOPIC= nopic
|
||||
|
||||
install:
|
||||
|
||||
|
|
Loading…
Reference in New Issue