diff options
Diffstat (limited to 'gnu/usr.bin/bc/bcwrap/Makefile')
-rw-r--r-- | gnu/usr.bin/bc/bcwrap/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/bc/bcwrap/Makefile b/gnu/usr.bin/bc/bcwrap/Makefile deleted file mode 100644 index 98dd939e61f..00000000000 --- a/gnu/usr.bin/bc/bcwrap/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $OpenBSD: Makefile,v 1.6 2000/01/14 17:46:36 millert Exp $ - -BINDIR?= /usr/bin -PROG= bc -SRCS= wrap-anything.c -NOMAN= - -CFLAGS+=-DWRAP=\"/usr/bin/gnubc\" -DBLOCK - -.include <bsd.prog.mk> - |