mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
14 lines
315 B
Makefile
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>
|