summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uuconv/Makefile
blob: 1f9feff7b987d01ff76bde1331fea6b3131100d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Makefile for uuconv
# $Id: Makefile,v 1.4 1995/05/14 17:01:07 ache Exp $

BINDIR=		$(sbindir)

PROG=		uuconv
SRCS=		uuconv.c
LDADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
DPADD+=		$(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
CFLAGS+=	-I$(.CURDIR)/../common_sources\
		-I$(.CURDIR)/../libuuconf\
		-DVERSION=\"$(VERSION)\"

NOMAN=		noman

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud