unix/fiss

src/halt/Makefile in master
Repositories | Summary | Log | Files | LICENSE

Makefile (271B) download


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