1993-08-05 18:28:27 +00:00
|
|
|
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
|
1994-05-07 18:14:43 +00:00
|
|
|
# $Id: Makefile,v 1.2 1993/08/16 16:22:34 jtc Exp $
|
1993-08-05 18:28:27 +00:00
|
|
|
|
|
|
|
LIB= uucp
|
1994-05-07 18:14:43 +00:00
|
|
|
SRCS = buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c spool.c \
|
|
|
|
status.c xfree.c xmall.c xreall.c \
|
|
|
|
getlin.c
|
1993-08-05 18:28:27 +00:00
|
|
|
CFLAGS+= -I$(.CURDIR)/../common_sources
|
|
|
|
|
|
|
|
NOMAN= noman
|
|
|
|
NOPROFILE= noprofile
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|