]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/libexec/uucp/uuxqt/Makefile
This is the Linux generic soundcard driver, version 1.0c. Supports
[FreeBSD/FreeBSD.git] / gnu / libexec / uucp / uuxqt / Makefile
1 # Makefile for uuxqt
2 # $Id: Makefile,v 1.1 1993/08/05 18:28:24 conklin Exp $
3
4 BINDIR=         $(sbindir)
5 BINOWN=         $(owner)
6 BINMODE=        4555
7
8 PROG=           uuxqt
9 SRCS=           uuxqt.c util.c log.c copy.c
10 LDADD+=         $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
11 DPADD+=         $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
12 CFLAGS+=        -I$(.CURDIR)/../common_sources\
13                 -DVERSION=\"$(VERSION)\"
14
15 MAN8=           uuxqt.8
16
17 .include <bsd.prog.mk>
18 .PATH: $(.CURDIR)/../common_sources