Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>

@@ -23,22 +23,22 @@
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
 PROG      = lintdump
-MAN1FILES = lintdump.1
+MAN1ONBLDFILES = lintdump.1onbld
 CFLAGS   += $(CCVERBOSE)
 
 include ../Makefile.tools
 
-$(ROOTONBLDMAN1FILES) := FILEMODE=      644
+$(ROOTONBLDMAN1ONBLDFILES) := FILEMODE= 644
 
 .KEEP_STATE:
 
 all:    $(PROG)
 
-install: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1FILES)
+install: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1ONBLDFILES)
 
 lint:   lint_PROG
 
 clean: