blob: 38de2f96cf718c2bb43dee042bf9b1abd0122ee9 [file] [log] [blame] [raw]
CFLAGS += -Wall -O1
OBJS = utmpx.o wtmpx.o setutxdb.o sun-utmpxname.o
libutmpx.a: $(OBJS)
ar -r $@ $^
clean:
rm -f $(OBJS) libutmpx.a