This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / libexec / uucp / uux / Makefile
# Makefile for uux
# $Id: Makefile,v 1.2 1993/08/05 16:15:25 jtc Exp $
BINDIR= $(bindir)
BINOWN= $(owner)
BINMODE= 4555
PROG= uux
SRCS= uux.c util.c log.c copy.c
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
-DVERSION=\"$(VERSION)\"
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources