summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/libuucp/Makefile
blob: 3c4c5e94ef8fb817610dd93ae4964f6f9148af73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This is the Makefile for the libuucp subdirectory of Taylor UUCP
# $FreeBSD$

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
CFLAGS+=	-I$(.CURDIR)/../common_sources

NOMAN=		noman
NOPROFILE=	noprofile

install:

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud