# Makefile for uulog # $Id: Makefile,v 1.1 1993/08/05 18:27:39 conklin 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