diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-25 02:37:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-25 02:37:16 +0000 |
commit | fdab626a6398ea411367b27d210f9c1b227f6283 (patch) | |
tree | db477ed7ae608171f708b5915abde9effcab7bb5 /distrib/utils/x_dd | |
parent | 208b2da7dc0a14504429116f8e0247010fc5bd65 (diff) |
sync w/ Net 960425
Diffstat (limited to 'distrib/utils/x_dd')
-rw-r--r-- | distrib/utils/x_dd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/x_dd/Makefile b/distrib/utils/x_dd/Makefile index 208facc52ad..afa346dcc91 100644 --- a/distrib/utils/x_dd/Makefile +++ b/distrib/utils/x_dd/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:26 gwr 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= ${BSDSRCDIR}/bin/dd +SRCDIR= ${.CURDIR}/../../../bin/dd SRCS= args.c conv.c dd.c misc.c position.c # SRCS+= conv_tab.c (not used) |