aboutsummaryrefslogtreecommitdiff
path: root/gnu/uucp/uuconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/uucp/uuconv/Makefile')
-rw-r--r--gnu/uucp/uuconv/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/uucp/uuconv/Makefile b/gnu/uucp/uuconv/Makefile
new file mode 100644
index 000000000000..3bac702630d6
--- /dev/null
+++ b/gnu/uucp/uuconv/Makefile
@@ -0,0 +1,17 @@
+# Makefile for uuconv
+# $Id: Makefile,v 1.1 1993/08/05 18:27:28 conklin Exp $
+
+BINDIR= $(sbindir)
+BINOWN= $(owner)
+
+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>