0235e550634b8dbc542d9dc28a9d4fa55665a5ba
[dragonfly.git] / sys / platform / pc32 / conf / Makefile
1 # Makefile.i386 -- with config changes.
2 # Copyright 1990 W. Jolitz
3 #       from: @(#)Makefile.i386 7.1 5/10/91
4 # $FreeBSD: src/sys/conf/Makefile.i386,v 1.179.2.16 2002/11/18 11:26:49 ru Exp $
5 # $DragonFly: src/sys/platform/pc32/conf/Makefile,v 1.1 2006/10/22 16:09:13 dillon Exp $
6 #
7 # Makefile for DragonFly BSD
8 #
9 # This makefile is constructed from a machine description:
10 #       config machineid
11 # Most changes should be made in the machine description
12 #       /sys/config/``machineid''
13 # after which you should do
14 #        config machineid
15 # Generic makefile changes should be made in
16 #       /sys/conf/Makefile.i386
17 # after which config should be rerun for all machines.
18 #
19 # Makefile variables:
20 #       -DINSTALLSTRIPPED       If debug options are present, install a
21 #                               stripped kernel rather then the full debug
22 #                               kernel.
23 #
24 #       -DDESTDIR               Where to install, defaults to /
25
26 # Which version of config(8) is required.
27 %VERSREQ=       400023
28
29 .if !defined(S)
30 .if exists(./@/.)
31 S=      ./@
32 .else
33 S=      ../..
34 .endif
35 .endif
36
37 .include "$S/conf/kern.pre.mk"
38
39 %BEFORE_DEPEND
40
41 %OBJS
42
43 %CFILES
44
45 %SFILES
46
47 %MFILES
48
49 %CLEAN
50
51 .include "$S/conf/kern.post.mk"
52
53 %RULES
54
55 # DO NOT DELETE THIS LINE -- make depend uses it