freebsd_amp_hwpstate/gnu/libexec/uucp/uuxqt/Makefile

20 lines
422 B
Makefile
Raw Normal View History

1993-08-05 18:28:27 +00:00
# Makefile for uuxqt
1997-02-22 15:28:58 +00:00
# $Id$
1993-08-05 18:28:27 +00:00
1995-05-13 12:30:17 +00:00
BINDIR= $(libxdir)
1993-08-05 18:28:27 +00:00
BINOWN= $(owner)
1994-05-31 05:46:42 +00:00
BINGRP= $(group)
1994-05-31 05:09:03 +00:00
BINMODE= 4550
1993-08-05 18:28:27 +00:00
PROG= uuxqt
SRCS= uuxqt.c util.c log.c copy.c
LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+= -I$(.CURDIR)/../common_sources\
1994-05-07 18:14:43 +00:00
-DVERSION=\"$(VERSION)\" -DOWNER=\"$(owner)\"
1993-08-05 18:28:27 +00:00
1993-08-06 23:38:29 +00:00
MAN8= uuxqt.8
1993-08-05 18:28:27 +00:00
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../common_sources