This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / gnu / libexec / uucp / uuconv / Makefile
CommitLineData
41c799d4
C
1# Makefile for uuconv
2# $Id: Makefile,v 1.2 1993/08/05 16:15:08 jtc Exp $
3
4BINDIR= $(sbindir)
5BINOWN= $(owner)
6
7PROG= uuconv
8SRCS= uuconv.c
9LDADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
10DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
11CFLAGS+= -I$(.CURDIR)/../common_sources\
12 -I$(.CURDIR)/../libuuconf\
13 -DVERSION=\"$(VERSION)\"
14
15NOMAN= noman
16
17.include <bsd.prog.mk>