|
|
1.1 ! root 1: #Makefile to place proper sources in /conf/kbd and to ! 2: #build boot blocks ! 3: # Bob H. June 13, 1991 ! 4: ! 5: DESTDIR=/interim/conf/kbd/ ! 6: DESTDIR2=/interim/conf/ ! 7: ! 8: POST=Coh_321.post ! 9: ! 10: kb_tables=belgian canadian danish dutch french \ ! 11: german italian latin_am norwegian \ ! 12: portuguese spanish swedish swiss_french \ ! 13: swiss_german uk us us_xt ! 14: ! 15: kbmain.o: /newbits/kernel/USRSRC/i8086/drv/kbmain.c ! 16: cc -c $< -o $(DESTDIR)$@ ! 17: ! 18: keyboards: ! 19: (cd kbd/objects;export SRCPATH=..;make; mv $(kb_tables) $(DESTDIR)) ! 20: cp -d kbd/.list $(DESTDIR) ! 21: ! 22: ldker: ! 23: (co ldker ; mv ldker $(DESTDIR2)$@) ! 24: su root chmog 500 root root $(DESTDIR2)$@ ! 25: ! 26: postfile: ! 27: co $(POST) ; mv $(POST) $(DESTDIR2) ! 28: chmog 500 root root $(DESTDIR2)$(POST) ! 29:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.