home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / contrib / usr.x25 / x29d / Makefile next >
Encoding:
Makefile  |  1991-04-29  |  215 b   |  15 lines

  1. x29d:    x29d.o
  2.     cc x29d.o -o x29d ../lib/x25lib.a
  3.  
  4. install:    x29d
  5.     install -s -m 740 x29d /etc/x29d
  6.  
  7. x29d.o:    ../h/x29.h
  8.     cc -O -c -DCCITT x29d.c
  9.  
  10. lint:
  11.     lint -hbaxu -DCCITT x29d.c
  12.  
  13. clean:
  14.     rm -f core *.o *.CKP .emacs*
  15.