diff options
author | 1997-04-20 12:42:26 +0000 | |
---|---|---|
committer | 1997-04-20 12:42:26 +0000 | |
commit | 7e6ed9645deab8cc6f6c8db7a8b49e9bb5355cdd (patch) | |
tree | 17d6405686b46e3003a06846b92874f7464ea9f4 | |
parent | typo (diff) | |
download | wireguard-openbsd-7e6ed9645deab8cc6f6c8db7a8b49e9bb5355cdd.tar.xz wireguard-openbsd-7e6ed9645deab8cc6f6c8db7a8b49e9bb5355cdd.zip |
typo
-rw-r--r-- | etc/etc.i386/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc index c64029bf3c0..3ba34bb632d 100644 --- a/etc/etc.i386/Makefile.inc +++ b/etc/etc.i386/Makefile.inc @@ -1,10 +1,10 @@ # # etc.i386/Makefile.inc -- i386-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.4 1997/04/16 22:27:19 deraadt Exp $ +# $Id: Makefile.inc,v 1.5 1997/04/20 12:42:26 niklas Exp $ .ifdef DESTDIR -snap_md: bsd floppy.fs +snap_md: bsd floppy bsd: cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC |