|
|
1.1 ! root 1: # ! 2: # $Header: Makefile,v 10.4 86/02/02 14:58:34 jg rel $ ! 3: # ! 4: ! 5: # Copyright 1986, Massachusetts Institute of Technology. ! 6: ! 7: DESTDIR= ! 8: CONFDIR= /usr/new ! 9: INCLUDES= -I../include ! 10: ! 11: CFLAGS= -O $(INCLUDES) ! 12: ! 13: all: xinit ! 14: ! 15: install: ! 16: install -m 4755 xinit ${DESTDIR}${CONFDIR} ! 17: ! 18: clean: ! 19: rm -f xinit.o xinit *~* *.bak core \#* ! 20: ! 21: xinit: xinit.o ! 22: cc $(CFLAGS) xinit.o -o xinit
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.