|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 300 (0x12c) Types: TextFile Names: »Makefile.bsd«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/hier/Makefile.bsd«
# Makefile for hier(1), needed to link with sftw(). # This is for BSD sites. mirror!rs CFLAGS = -O -DBSD -I. -Dstrrchr=rindex GETOPT= #-lgetopt hier: hier.c sftw.o cc $(CFLAGS) -s -o hier hier.c sftw.o $(GETOPT) test: sftw.c cc $(CFLAGS) -DTEST -o sftw sftw.c clean: rm -f *.o hier sftw core