home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / share / os2 / utilidad / csd / basecsd2.exe / SAMPLES / SNMPSAMP / SNMPSMPL.MAK < prev    next >
Encoding:
Makefile  |  1992-11-27  |  262 b   |  13 lines

  1. # if make_pw is not found via the std path, then specify directory in the
  2. # next line and uncomment that line 
  3. #bin_dir = E:\tcpipbert\src\srcbin\
  4.  
  5. all: pw trap.dst
  6.  
  7. trap.dst:
  8.   copy snmptrap.dst $(ETC)
  9.  
  10. pw:
  11.   $(bin_dir)make_pw
  12.   copy snmp.pw $(ETC)
  13.