NetBSD/external/bsd/pcc/Makefile
plunky 7d4f77f20f Clean up the build framework for pcc
- use <bsd.init.mk> to include <../Makefile.inc> files
  - add Makefile.inc files that pull in appropriate build settings
  - fix the LIBEXECDIR definition (should have trailing /)
  - make cc.1 install as pcc.1 to match the binary
  - use YHEADER= to build the yacc headers
  - general consistency tidy up
2010-01-20 11:45:54 +00:00

6 lines
115 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/01/20 11:45:54 plunky Exp $
SUBDIR= lib libexec usr.bin
.include <bsd.subdir.mk>