Deleted Added
full compact
1c1,2
< # $FreeBSD: head/sys/modules/streams/Makefile 65374 2000-09-02 19:17:34Z phk $
---
> # $FreeBSD: head/sys/modules/streams/Makefile 70711 2001-01-06 14:00:42Z obrien $
> MAINTAINER= newton@atdot.dotat.org
3c4,9
< MAINTAINER = newton@atdot.dotat.org
---
> .PATH: ${.CURDIR}/../../dev/streams
>
> KMOD= streams
> SRCS= streams.c opt_streams.h
> NOMAN=
>
6a13
> CFLAGS+= -O
8,15d14
< .PATH: ${.CURDIR}/../../dev/streams
< KMOD= streams
< SRCS= streams.c opt_streams.h
<
< NOMAN=
<
< CFLAGS+= -O
<