diff options
Diffstat (limited to 'gnu/uucp/libuucp/Makefile')
| -rw-r--r-- | gnu/uucp/libuucp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/uucp/libuucp/Makefile b/gnu/uucp/libuucp/Makefile new file mode 100644 index 000000000000..604ea21c089d --- /dev/null +++ b/gnu/uucp/libuucp/Makefile @@ -0,0 +1,14 @@ +# This is the Makefile for the libuucp subdirectory of Taylor UUCP +# $Id: Makefile,v 1.2 1993/08/16 16:22:34 jtc Exp $ + +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> |
