diff options
Diffstat (limited to 'sys/arch/landisk/conf')
-rw-r--r-- | sys/arch/landisk/conf/Makefile.landisk | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk index cbc7c19194c..c7979f54d41 100644 --- a/sys/arch/landisk/conf/Makefile.landisk +++ b/sys/arch/landisk/conf/Makefile.landisk @@ -1,7 +1,5 @@ -# $OpenBSD: Makefile.landisk,v 1.12 2009/10/19 19:46:56 guenther Exp $ -# -# Makefile for OpenBSD/landisk -# +# $OpenBSD: Makefile.landisk,v 1.13 2010/04/26 18:58:30 deraadt Exp $ + # This makefile is constructed from a machine description: # config machineid # Most changes should be made in the machine description @@ -17,14 +15,14 @@ # # -DTRACE compile in kernel tracing hooks # -DQUOTA compile in file system quotas -# -.SUFFIXES: .S .c .o -# DEBUG is set to -g if debugging. -# PROF is set to -pg if profiling. +# DEBUG is set to -g by config if debugging is requested (config -g). +# PROF is set to -pg by config if profiling is requested (config -p). .include <bsd.own.mk> +.SUFFIXES: .S .c .o + MKDEP?= mkdep STRIP?= strip SIZE?= size |