home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume38
/
phonewrd
/
part01
/
makefile
next >
Wrap
Makefile
|
1993-07-14
|
322b
|
16 lines
# trivial makefile - you edit it...
CC_OPTS=-O
# define USE_STRINGS_H if you have <strings.h> instead of <string.h>
# CC_OPTS=-O -DUSE_STRINGS_H
phonewrd: phonewrd.c patchlevel.h
cc -o phonewrd phonewrd.c $(CC_OPTS)
install: phonewrd
cp phonewrd /usr/contrib/bin
cp phonewrd.1 /usr/man/man1
clean:
rm phonewrd