|
|
1.1 ! root 1: # Makefile for uucheckname, permissions checking interpreter ! 2: # part of uucheck the uucp sanity checker. ! 3: # ! 4: # Set this according to where you want this installed. ! 5: BIN=../install/usr/lib/uucheck/ ! 6: DESTDIR=/interim/usr/lib/uucheck/ ! 7: ! 8: LIBS= ! 9: OBJS=main.o uucheckname.o gethostname.o parse_args.o lookup.o interact.o copyright.o ! 10: CFLAGS=-O -I.. ! 11: # ! 12: uucheckname: $(OBJS) ! 13: $(CC) -o $(DESTDIR)$@ $(CFLAGS) $(OBJS) $(LIBS) ! 14: su root chmog 511 bin bin $(DESTDIR)$@ ! 15: parse_args.o: ../parse_args.c ! 16: ! 17: copyright.o: ../copyright.c ! 18: ! 19: install: ! 20: cp -d uucheckname $(BIN) ! 21: chown bin $(BIN)/uucheckname ! 22: chgrp bin $(BIN)/uucheckname ! 23: ! 24: clean: ! 25: rm -f $(OBJS) core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.