repo.or.cz
/
mpls-ppp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Restore original EUID rather than 0 during option processing.
[mpls-ppp.git]
/
chat
/
Makefile.osf
blob
9b0d747ca57fba2faa181b1d1c25d51ec430f452
1
#
2
# Makefile for chat on OSF/1
3
#
4
5
all: chat
6
7
chat: chat.o
8
$(CC) -o chat chat.o
9
10
install: chat
11
installbsd -c chat $(BINDIR)/chat
12
installbsd -c -m 444 chat.8 $(MANDIR)/man8/chat.8
13
14
clean:
15
rm -f *~ *.o chat