/share/doc/smm/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 35 lines · 21 code · 7 blank · 7 comment · 2 complexity · 1e92ffa42cff6d69553af4263478f23d MD5 · raw file

  1. # From: @(#)Makefile 8.1 (Berkeley) 6/10/93
  2. # $FreeBSD$
  3. .include <bsd.own.mk>
  4. # The following modules do not describe FreeBSD:
  5. # 14.uucpimpl, 15.uucpnet
  6. # The following modules do not build/install:
  7. # 13.amd (documentation is TeXinfo)
  8. # 16.security 17.password (encumbered)
  9. SUBDIR= title \
  10. contents \
  11. 01.setup \
  12. 02.config \
  13. 03.fsck \
  14. 04.quotas \
  15. 05.fastfs \
  16. 06.nfs \
  17. ${_07.lpd} \
  18. ${_08.sendmailop} \
  19. 11.timedop \
  20. 12.timed \
  21. 18.net
  22. .if ${MK_SENDMAIL} != "no"
  23. _08.sendmailop= 08.sendmailop
  24. .endif
  25. .if ${MK_LPR} != "no"
  26. _07.lpd= 07.lpd
  27. .endif
  28. .include <bsd.subdir.mk>