diff options
Diffstat (limited to 'gnu/libexec/uucp/uulog/Makefile')
| -rw-r--r-- | gnu/libexec/uucp/uulog/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/uulog/Makefile b/gnu/libexec/uucp/uulog/Makefile new file mode 100644 index 000000000000..eb57dd2314a5 --- /dev/null +++ b/gnu/libexec/uucp/uulog/Makefile @@ -0,0 +1,16 @@ +# Makefile for uulog +# $Id: Makefile,v 1.1 1993/08/05 18:27:39 conklin Exp $ + +BINDIR= $(bindir) + +PROG= uulog +SRCS= uulog.c log.c +LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) +DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) +CFLAGS+= -I$(.CURDIR)/../common_sources\ + -DVERSION=\"$(VERSION)\" + +NOMAN= noman + +.include <bsd.prog.mk> +.PATH: $(.CURDIR)/../common_sources |
