~ubuntu-branches/debian/sid/ppp/sid

« back to all changes in this revision

Viewing changes to chat/Makefile.sunos4

  • Committer: Bazaar Package Importer
  • Author(s): Eddy Petrișor
  • Date: 2007-03-17 22:31:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070317223145-felzh5yrmh8fwi8t
Tags: 2.4.4rel-8
* urgency high since fixes an RC bug
* make sure the /etc/resolv.conf file is world readable (Closes: #415077)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Makefile for chat on suns
3
 
#
4
 
 
5
 
include ../sunos4/Makedefs
6
 
 
7
 
CFLAGS = -DSUNOS $(COPTS)
8
 
 
9
 
all:    chat
10
 
 
11
 
chat: chat.o
12
 
        $(CC) -o chat chat.o
13
 
 
14
 
install: chat
15
 
        $(INSTALL) -c chat $(BINDIR)/chat
16
 
        $(INSTALL) -c -m 444 chat.8 $(MANDIR)/man8/chat.8
17
 
 
18
 
clean:
19
 
        rm -f *~ *.o chat