aboutsummaryrefslogtreecommitdiff
path: root/lkm/ccd
Commit message (Collapse)AuthorAgeFilesLines
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absoluteBruce Evans1998-02-011-2/+1
| | | | | | | | path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}. Notes: svn path=/head/; revision=32990
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fiexed CFLAGS. Compiling things in the kernel without -O now causesBruce Evans1996-09-211-2/+2
| | | | | | | | zillions of warnings about static inline functions because `inline' is ignored without -O. Notes: svn path=/head/; revision=18432
* Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.Bruce Evans1996-06-231-5/+4
| | | | | | | | Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) path. Notes: svn path=/head/; revision=16624
* A Makefile for a ccd lkm. You need to explicitly /sbin/modload it forSatoshi Asami1996-06-121-0/+17
now. Someday I'll add a hook to ccdconfig to do it automatically. Notes: svn path=/cvs2svn/branches/ERICH/; revision=16314