DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦378c27e0f⟧ TextFile

    Length: 333 (0x14d)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3b20aab50⟧ »EurOpenD3/network/snmp/kip-snmp.91.tar.Z« 
        └─⟦b503a39fe⟧ 
            └─⟦this⟧ »kip/etc/Makefile« 

TextFile

BINDIR=/etc
LOGDIR=/usr/adm
PROGS=atalkad atalkrd dl68
CFLAGS=-I..

all:	${PROGS}

atalkad:	atalkad.o
	cc -o atalkad atalkad.o

atalkrd:	atalkrd.o
	cc -o atalkrd atalkrd.o

dl68:	dl68.o
	cc -o dl68 dl68.o

install: ${PROGS}
	cp atalkad $(BINDIR)

installonce:
	cp atalkatab atalk.local $(BINDIR)
	cat /dev/null >>$(LOGDIR)/atalkalog