Ignore:
Timestamp:
12/04/2006 21:20:59 (5 years ago)
Author:
ccowart
Message:

Fixing the Makefile typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/confman-1.5/Makefile

    r127 r131  
    2323        install $(EXFLAGS) ${file} $(PREFIX)/sbin/ 
    2424.endfor 
    25 for file in $(LIBEXECFILES) 
     25.for file in $(LIBEXECFILES) 
    2626        install $(EXFLAGS) ${file} $(PREFIX)/libexec/ 
    2727.endfor 
    28 for file in $(LIBFILES) 
     28.for file in $(LIBFILES) 
    2929        install $(INFLAGS) ${file} $(PREFIX)/lib/ 
    3030.endfor 
Note: See TracChangeset for help on using the changeset viewer.