Changeset 1016
- Timestamp:
- 10/01/03 09:09:23 (10 years ago)
- Files:
-
- 1 modified
-
trunk/sm5/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sm5/Makefile.am
r1010 r1016 1 1 ## Process this file with automake to produce Makefile.in 2 2 # 3 # $Id: Makefile.am,v 1.1 1 2003/09/30 14:01:10guidog Exp $3 # $Id: Makefile.am,v 1.12 2003/10/01 09:09:23 guidog Exp $ 4 4 # 5 5 sbin_PROGRAMS = smartd \ … … 88 88 89 89 install-initdDATA: $(initd_DATA) 90 $(mkinstalldirs) $( initddir)91 $(INSTALL_SCRIPT) $(srcdir)/smartd.initd $( initddir)/smartd90 $(mkinstalldirs) $(DESTDIR)$(initddir) 91 $(INSTALL_SCRIPT) $(srcdir)/smartd.initd $(DESTDIR)$(initddir)/smartd 92 92 @echo -e "\n\nTo manually start smartd on bootup, run /etc/rc.d/init.d/smartd start" 93 93 @echo "To automatically start smartd on bootup, run /sbin/chkconfig --add smartd"