kernel: Fix building with options TCPDEBUG.
[dragonfly.git] / gnu / sbin / Makefile
blob0cfc0089b4e133361277267d84b0ffeff8a3449f
1 # $FreeBSD: src/gnu/usr.bin/Makefile,v 1.51 2000/01/16 00:11:34 obrien Exp $
3 SUBDIR= dmsetup lvm
5 .if !defined(NO_CRYPT)
6 SUBDIR+= cryptsetup
7 .endif
9 # maximum parallelism
11 SUBDIR_ORDERED=
13 .include <bsd.subdir.mk>