freebsd-dev/gnu/libexec/uucp/uuxqt/Makefile
Torsten Blum b7ae6bf54a Install uuxqt sgid uucp. Since "rnews" should not be executable for
everyone (to prevent fake-postings) and modern Inn installs
rnews as news.uucp and mode 4550 this is the only save way to allow
uuxqt to process rnews batches.
1999-03-13 17:35:18 +00:00

20 lines
469 B
Makefile

# Makefile for uuxqt
# $Id: Makefile,v 1.8 1997/02/22 15:28:57 peter Exp $
BINDIR= $(libxdir)
BINOWN= $(owner)
BINGRP= $(group)
BINMODE= 6550
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