~ubuntu-branches/debian/jessie/ppp/jessie

« back to all changes in this revision

Viewing changes to chat/Makefile.linux

  • Committer: Bazaar Package Importer
  • Author(s): Michael Beattie
  • Date: 2001-12-11 00:24:05 UTC
  • Revision ID: james.westby@ubuntu.com-20011211002405-gcsjlgalwyjf99m2
Tags: 2.4.1.uus-4
Use MAKEDEV in postinst, not mknod. (Closes: #122574)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
CDEF4=  -DFNDELAY=O_NDELAY              # Old name value
7
7
CDEFS=  $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4)
8
8
 
9
 
CFLAGS= -O2 -g -pipe $(CDEFS)
 
9
CFLAGS= $(UDEB_CFLAGS) -O2 -g -pipe $(CDEFS)
10
10
 
11
11
INSTALL= install
12
12