diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-06 14:00:42 +0000 |
| commit | c68159a6d8eede11766cf13896d0f7670dbd51aa (patch) | |
| tree | b5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/netgraph/async | |
| parent | e2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/async')
| -rw-r--r-- | sys/modules/netgraph/async/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/netgraph/async/Makefile b/sys/modules/netgraph/async/Makefile index 9a64184a2bc40..cb0e01c89730e 100644 --- a/sys/modules/netgraph/async/Makefile +++ b/sys/modules/netgraph/async/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ -KMOD= ng_async -SRCS= ng_async.c +KMOD= ng_async +SRCS= ng_async.c NOMAN= .include <bsd.kmod.mk> |
