aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/libuucp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/libuucp/Makefile')
-rw-r--r--gnu/libexec/uucp/libuucp/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile
deleted file mode 100644
index 4acbd9f3845cf..0000000000000
--- a/gnu/libexec/uucp/libuucp/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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>