1993-08-04 23:33:45 +04:00
|
|
|
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
|
1993-10-28 08:00:07 +03:00
|
|
|
# $Id: Makefile,v 1.4 1993/10/28 05:00:23 cgd Exp $
|
1993-08-04 23:33:45 +04:00
|
|
|
|
|
|
|
LIB= uucp
|
1993-08-16 05:16:12 +04: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-04 23:33:45 +04:00
|
|
|
CFLAGS+= -I$(.CURDIR)/../common_sources
|
|
|
|
|
|
|
|
NOMAN= noman
|
|
|
|
NOPROFILE= noprofile
|
1993-10-28 08:00:07 +03:00
|
|
|
NOPIC= nopic
|
1993-08-04 23:33:45 +04:00
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|