home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume24
/
untic
/
Makefile
next >
Wrap
Makefile
|
1991-06-05
|
361b
|
21 lines
CFLAGS = -DSYSVR3 -DSTRICT_TERMINFO_COMPATIBILITY -O
DESTDIR = /usr/local/bin
DOCDIR = /usr/local/man/man1
untic: untic.c
$(CC) $(CFLAGS) untic.c -o untic
lint:
lint untic.c
install: untic
cp untic $(DESTDIR)/untic
strip $(DESTDIR)/untic
# cp untic.1 $(DOCDIR)/untic.1
clean:
rm untic
shar:
shar README Makefile untic.1 untic.c untic.tst >untic.shar