diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-04-09 09:11:22 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-04-09 09:11:22 +0000 |
commit | fff043d6ebac6f12d642a87872b6d927e5a1aca9 (patch) | |
tree | bf29a3b003025543179c2bd7d667b3381b42322f /etc/etc.wgrisc | |
parent | 1969367e03b0d9f5511eb56bfdbda86c95ac8e76 (diff) |
blush...
Diffstat (limited to 'etc/etc.wgrisc')
-rw-r--r-- | etc/etc.wgrisc/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/etc.wgrisc/Makefile.inc b/etc/etc.wgrisc/Makefile.inc index 700d1bdfc00..f29313b98e5 100644 --- a/etc/etc.wgrisc/Makefile.inc +++ b/etc/etc.wgrisc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1997/04/09 09:10:06 pefo Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/04/09 09:11:21 pefo Exp $ # # etc.wgrisc/Makefile.inc -- wgrisc-specific etc Makefile targets @@ -16,7 +16,5 @@ bsd: make clean && make depend && make cp ${.CURDIR}/../sys/arch/wgrisc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd - cp ${.CURDIR}/../sys/arch/wgrisc/compile/GENERIC/bsd.ecoff \ - ${DESTDIR}/snapshot/bsd.ecoff .endif |