diff options
| author | J.T. Conklin <jtc@FreeBSD.org> | 1993-08-05 18:28:27 +0000 |
|---|---|---|
| committer | J.T. Conklin <jtc@FreeBSD.org> | 1993-08-05 18:28:27 +0000 |
| commit | a5ebd84e62c76a7ed0d157016ca3745583181a8e (patch) | |
| tree | 64cb2831b24d3f5002a9a9ec1426e82c6d6bb5d4 /gnu/libexec/uucp/libuucp/Makefile | |
| parent | 4ff3cd9d3ddeda602fd8b7717b2a6e4445852c69 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp/libuucp/Makefile')
| -rw-r--r-- | gnu/libexec/uucp/libuucp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile new file mode 100644 index 000000000000..6870a6039a61 --- /dev/null +++ b/gnu/libexec/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/05 16:14:59 jtc Exp $ + +LIB= uucp +SRCS= buffer.o crc.o debug.o escape.o getopt.o getop1.o parse.o \ + spool.o status.o xfree.o xmall.o xreall.o getlin.o +CFLAGS+= -I$(.CURDIR)/../common_sources + +NOMAN= noman +NOPROFILE= noprofile + +install: + +.include <bsd.lib.mk> |
