summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uuxqt/Makefile
blob: 8669d541e226506499fcf70467c7f60e25631047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Makefile for uuxqt
# $Id: Makefile,v 1.5 1994/05/31 05:46:42 ache Exp $

BINDIR=         $(libxdir)
BINOWN=		$(owner)
BINGRP=         $(group)
BINMODE=        4550

PROG=		uuxqt
SRCS=		uuxqt.c util.c log.c copy.c
LDADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+=	-I$(.CURDIR)/../common_sources\
		-DVERSION=\"$(VERSION)\" -DOWNER=\"$(owner)\"

MAN8=		uuxqt.8

.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources
OpenPOWER on IntegriCloud