diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-11 15:24:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-11 15:24:13 +0000 |
commit | 1bb888b82a176a5af07e6ac28d555b1e47433fea (patch) | |
tree | 0e45665bf52f723baec05957a4e9bdc13afc7f8e | |
parent | dcd26c0665eab3962d13c9dfd52eb60bb14a96d6 (diff) |
go away
-rw-r--r-- | distrib/utils/x_dd/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/distrib/utils/x_dd/Makefile b/distrib/utils/x_dd/Makefile deleted file mode 100644 index 4beb74c50bf..00000000000 --- a/distrib/utils/x_dd/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $OpenBSD: Makefile,v 1.3 2000/03/01 22:10:13 todd Exp $ -# $NetBSD: Makefile,v 1.4 1996/03/27 04:48:43 scottr Exp $ -# Build a smaller dd (i.e. for boot media) - -PROG= dd -NOMAN= - -SRCDIR= ${.CURDIR}/../../../bin/dd - -SRCS= args.c conv.c dd.c misc.c position.c -# SRCS+= conv_tab.c (not used) - -CFLAGS+= -DNO_CONV -I${SRCDIR} - -all: ${PROG} - -.include <bsd.prog.mk> - -.PATH: ${SRCDIR} |