NetBSD/gnu/libexec/uucp/libuucp/Makefile

19 lines
415 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 1999/03/13 23:18:41 lukem Exp $
#
1993-08-04 23:33:45 +04:00
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
LIB= uucp
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
1997-10-25 13:27:04 +04:00
CPPFLAGS+= -I$(.CURDIR)/../common_sources
1993-08-04 23:33:45 +04:00
MKLINT= no
MKMAN= no
MKPIC= no
MKPROFILE= no
1993-08-04 23:33:45 +04:00
# only needed during build
libinstall::
1993-08-04 23:33:45 +04:00
.include <bsd.lib.mk>