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