fiss

Friedel's Initialization and Service Supervision
Log | Files | Refs | LICENSE

Makefile (271B)


      1 TOPDIR=../..
      2 -include $(TOPDIR)/config.mk
      3 
      4 OBJS += wtmp.o 
      5 BINS = halt poweroff reboot shutdown
      6 INTERM = halt.8 shutdown.8.txt
      7 MANS = halt.8 shutdown.8
      8 PAGES = halt.8.html shutdown.8.html
      9 HEADERS =  wtmp.h
     10 LIBS = $(LIBDIR)/libutil/libutil.a
     11 
     12 include $(TOPDIR)/mk/prog.mk