| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
PR: doc/114711
Submitted by: Yuri Pankov <yuri at darklight.org.ru>
Approved by: re (bmah)
MFC after: 3 days
Notes:
svn path=/head/; revision=171527
|
|
|
|
|
|
|
|
| |
Approved by: delphij (mentor)
Tested by: kris on pointyhat (early version), current@
Notes:
svn path=/head/; revision=167359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- first line is $FreeBSD$
- Reorder special variables: DPADD, LPADD, CFLAGS
- Use = instead of += for variables that are initially empty
- Use space instead of tab after :
- Use one tab after =
- Use .SUFFIXES for section 3 manual page which simplifies Makefile a lot
- Use SHAREDIR instead of /usr/share
- Remove SRCDIR in INCS since we set .PATH properly
- Use plural in variable name when it stands for more that one source file
Reviewed by: ru
Approved by: delphij (mentor)
Notes:
svn path=/head/; revision=167358
|
|
Approved by: delphij
Inspired by: DragonFly's and lib/bind
Notes:
svn path=/head/; revision=166130
|