opnsense-src/gnu/libexec/uucp/libuucp/Makefile
Kris Kennaway 536d2f0588 Phase I of UUCP migration to ports. This leaves behind a minimal build
environment for cu, which is still useful.
2001-10-01 06:22:53 +00:00

14 lines
315 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 getlin.c getopt.c getop1.c \
parse.c spool.c status.c xfree.c xmall.c xreall.c
CFLAGS+=-I$(.CURDIR)/../common_sources
NOMAN= noman
NOPROFILE=noprofile
install:
.include <bsd.lib.mk>