diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-09 02:28:24 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-09 02:28:24 +0000 |
commit | 7ca28209ba7490efd10a75ae47d8fa64658d31e2 (patch) | |
tree | d16f10b9a98d60529fdabded801862b539a3c8ea | |
parent | 3fcf8fda6bec6bba027302e6baa5f3f972e0d008 (diff) |
Remove bogus move to self line introduced in the compressed ramdisk removal.
-rw-r--r-- | etc/etc.cats/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/etc.cats/Makefile.inc b/etc/etc.cats/Makefile.inc index 46008f1ec9c..d2dc98297e1 100644 --- a/etc/etc.cats/Makefile.inc +++ b/etc/etc.cats/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2004/02/06 02:39:50 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2004/02/09 02:28:23 drahn Exp $ # etc.cats/Makefile.inc -- cats-specific etc Makefile targets .ifdef DESTDIR @@ -14,7 +14,6 @@ bsd: # knows about bsd.rd distrib1: ${MAKE} distrib - mv ${DESTDIR}/snapshot/bsd.rd ${DESTDIR}/snapshot/bsd.rd .PHONY: bsd distrib1 |