freebsd-dev/gnu/libexec/uucp/libuucp/Makefile
1999-08-27 23:37:10 +00:00

16 lines
323 B
Makefile

# 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>