summaryrefslogtreecommitdiff
path: root/sbin/rcorder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/rcorder/Makefile')
-rw-r--r--sbin/rcorder/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile
deleted file mode 100644
index ccac08a39b14..000000000000
--- a/sbin/rcorder/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
-
-PROG= rcorder
-SRCS= ealloc.c hash.c rcorder.c
-MAN= rcorder.8
-
-LDADD+= -lutil
-DPADD+= ${LIBUTIL}
-
-# XXX hack for make's hash.[ch]
-CPPFLAGS+= -DORDER
-
-.include <bsd.prog.mk>