Browse Source

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
tags/ggatessh-v1.0.0
ru 19 years ago
parent
commit
dc87143160
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      Makefile

+ 3
- 1
Makefile View File

@@ -1,10 +1,12 @@
# $FreeBSD$ # $FreeBSD$


.include <bsd.own.mk>

SUBDIR= ${_ggatec} \ SUBDIR= ${_ggatec} \
${_ggated} \ ${_ggated} \
ggatel ggatel


.if !defined(NO_LIBPTHREAD)
.if ${MK_LIBPTHREAD} != "no"
_ggatec= ggatec _ggatec= ggatec
_ggated= ggated _ggated= ggated
.endif .endif


Loading…
Cancel
Save