home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume15
/
newgetty
/
Makefile
next >
Wrap
Makefile
|
1988-06-01
|
240b
|
15 lines
##
##
# Apparently this is needed for Xenix:
#LIBS=-lx
CFLAGS=-O
all: newgetty newgetty.man
install: all
@echo Install according to local convention
newgetty: newgetty.c
@rm -f newgetty
$(CC) -o newgetty $(CFLAGS) newgetty.c $(LIBS)