b7ae6bf54a
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.
20 lines
469 B
Makefile
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
|