Makefile 89 B

123456789
  1. PROG= pppoed
  2. LIBADD= netgraph
  3. MAN= pppoed.8
  4. WARNS?= 1
  5. WFORMAT=0
  6. .include <bsd.prog.mk>