Skip to content

Commit

Permalink
fix some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem committed Dec 5, 2003
1 parent 3fd951f commit ed6f193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.221 2003/07/26 17:10:25 salo Exp $
# $NetBSD: Makefile,v 1.222 2003/12/05 22:33:01 lukem Exp $

#
# This is the top-level makefile for building NetBSD. For an outline of
Expand Down Expand Up @@ -68,15 +68,15 @@
# includes: installs include files.
# do-tools-compat: builds the "libnbcompat" library; needed for some
# random host tool programs in the source tree.
# do-gnu-lib-libgcc: builds and installs prerequisites from gnu/lib/libgcc
# do-gnu-lib-libgcc3: builds and installs prerequisites from gnu/lib/libgcc3
# do-lib-csu: builds and installs prerequisites from lib/csu.
# do-lib-libc: builds and installs prerequisites from lib/libc.
# do-lib-libdes: builds and installs prerequisites from lib/libdes.
# do-lib: builds and installs prerequisites from lib.
# do-gnu-lib: builds and installs prerequisites from gnu/lib.
# do-ld.so: builds and installs prerequisites from libexec/ld.*_so.
# do-build: builds and installs the entire system.
# do-obsolete: builds and installs the entire system.
# do-obsolete: installs the obsolete sets (for the postinstall-* targets).
#

.if ${.MAKEFLAGS:M${.CURDIR}/share/mk} == ""
Expand Down

0 comments on commit ed6f193

Please sign in to comment.