Deleted Added
full compact
Makefile.i386 (17742) Makefile.i386 (17971)
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $Id: Makefile.i386,v 1.85 1996/06/12 05:54:46 gpalmer Exp $
4# $Id: Makefile.i386,v 1.86 1996/08/21 16:31:34 ache Exp $
5#
6# Makefile for FreeBSD
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/i386/conf/``machineid''
12# after which you should do

--- 10 unchanged lines hidden (view full) ---

23S= ./@
24.else
25S= ../..
26.endif
27I386= ${S}/i386
28
29CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
30 -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
5#
6# Makefile for FreeBSD
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/i386/conf/``machineid''
12# after which you should do

--- 10 unchanged lines hidden (view full) ---

23S= ./@
24.else
25S= ../..
26.endif
27I386= ${S}/i386
28
29CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
30 -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
31 -Winline -Wunused
31 -Winline -Wunused -Wpointer-arith
32#
33# The following flags are next up for working on:
34# -Wall
35#
36# When working on removing warnings from code, the `-Werror' flag should be
37# of material assistance.
38#
39COPTFLAGS?=-O

--- 153 unchanged lines hidden ---
32#
33# The following flags are next up for working on:
34# -Wall
35#
36# When working on removing warnings from code, the `-Werror' flag should be
37# of material assistance.
38#
39COPTFLAGS?=-O

--- 153 unchanged lines hidden ---