70db166b79
we can got problems with various mailers in other case
17 lines
395 B
Makefile
17 lines
395 B
Makefile
# Makefile for uucp
|
|
# $Id: Makefile,v 1.2 1994/05/31 05:37:12 ache Exp $
|
|
|
|
BINDIR= $(bindir)
|
|
BINOWN= $(owner)
|
|
BINMODE= 4555
|
|
|
|
PROG= uucp
|
|
SRCS= uucp.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
|