# Makefile for uulog # $Id: Makefile,v 1.3 1997/02/22 15:28:41 peter Exp $ 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 .PATH: $(.CURDIR)/../common_sources