summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uustat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/uustat/Makefile')
-rw-r--r--gnu/libexec/uucp/uustat/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/libexec/uucp/uustat/Makefile b/gnu/libexec/uucp/uustat/Makefile
index 5743180..650fe22 100644
--- a/gnu/libexec/uucp/uustat/Makefile
+++ b/gnu/libexec/uucp/uustat/Makefile
@@ -1,11 +1,6 @@
# Makefile for uustat
# $FreeBSD$
-BINDIR= $(bindir)
-BINOWN= $(owner)
-BINGRP= dialer
-BINMODE= 6555
-
PROG= uustat
SRCS= uustat.c util.c log.c copy.c
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
@@ -13,7 +8,14 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
-DOWNER=\"$(owner)\"\
-DVERSION=\"$(VERSION)\"
-INSTALLFLAGS+= -fschg
+
+BINDIR= $(bindir)
+BINOWN= $(owner)
+BINGRP= dialer
+BINMODE= 6555
+
+INSTALLFLAGS= -fschg
.include <bsd.prog.mk>
+
.PATH: $(.CURDIR)/../common_sources
OpenPOWER on IntegriCloud