home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume10
/
agetty2
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1990-01-28
|
257 b
|
18 lines
# @(#) Makefile 1.3 11/26/89 22:20:28
SHELL = /bin/sh
CFLAGS = -s -O
FILES = README agetty.c agetty.8 Makefile
agetty: agetty.c
cc $(CFLAGS) -o $@ $?
clean:
rm -f agetty.o agetty
shar: $(FILES)
@shar $(FILES)
agetty.8:
srctoman agetty.c >agetty.8