home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / gnuc / nm / makefile next >
Encoding:
Makefile  |  1992-04-20  |  126 b   |  8 lines

  1. #    @(#)Makefile    5.3 (Berkeley) 5/11/90
  2.  
  3. PROG=    nm
  4. CFLAGS= -O2 -resident -msmall-code
  5. LDFLAGS= $(CFLAGS)
  6.  
  7. .include <bsd.prog.mk>
  8.