NetBSD/gnu/libexec/uucp/uuxqt/Makefile

20 lines
432 B
Makefile
Raw Normal View History

1993-08-04 23:33:45 +04:00
# Makefile for uuxqt
1994-12-22 12:31:26 +03:00
# $Id: Makefile,v 1.4 1994/12/22 09:32:33 cgd Exp $
1993-08-04 23:33:45 +04:00
BINDIR= $(sbindir)
BINOWN= $(owner)
BINMODE= 4555
PROG= uuxqt
SRCS= uuxqt.c util.c log.c copy.c
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources \
-DOWNER=\"$(owner)\" \
1993-08-04 23:33:45 +04:00
-DVERSION=\"$(VERSION)\"
1994-12-22 12:31:26 +03:00
MAN= uuxqt.8
1993-08-04 23:33:45 +04:00
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources