DAEMON=firewalld CURDIR=inetdconf/firewalld ARCHIVE= netdevice.a all: firewalld netdevice.os OBJECTS= firewalld.o netdevice.o include ../../stdmod.mak firewalld: $(OBJECTS) $(CC) $(CFLAGS) $(OBJECTS) -o firewalld %.o: %.c netdevice.h $(CC) $(CFLAGS) -c $< %.os: %.c netdevice.h $(CC) -fPIC $(CFLAGS) -c $< -o $@ clean: rm -f firewalld *.o *.os *.a install: install -s $(INSTROOT) -m 700 firewalld $(LIB_LINUXCONF)/lib