opnsense-src/gnu/libexec/uucp/uulog/Makefile

15 lines
346 B
Makefile
Raw Normal View History

1993-08-05 14:28:27 -04:00
# Makefile for uulog
1997-09-14 09:04:26 -04:00
# $Id: Makefile,v 1.3 1997/02/22 15:28:41 peter Exp $
1993-08-05 14:28:27 -04:00
BINDIR= $(bindir)
PROG= uulog
SRCS= uulog.c log.c
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
-DVERSION=\"$(VERSION)\"
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources