Deleted Added
full compact
Makefile.pc98 (16359) Makefile.pc98 (17256)
1# Makefile for FreeBSD(98) after:
2#
3# Makefile.i386 -- with config changes.
4# Copyright 1990 W. Jolitz
5# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile for FreeBSD(98) after:
2#
3# Makefile.i386 -- with config changes.
4# Copyright 1990 W. Jolitz
5# from: @(#)Makefile.i386 7.1 5/10/91
6# $Id: Makefile.i386,v 1.84 1996/06/08 23:27:16 jkh Exp $
6# $Id: Makefile.pc98,v 1.1.1.1 1996/06/14 10:04:40 asami Exp $
7#
8# Makefile for FreeBSD
9#
10# This makefile is constructed from a machine description:
11# config machineid
12# Most changes should be made in the machine description
13# /sys/i386/conf/``machineid''
14# after which you should do

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

26.else
27S= ../..
28.endif
29PC98= ${S}/pc98
30I386= ${S}/i386
31
32CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
33 -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes \
7#
8# Makefile for FreeBSD
9#
10# This makefile is constructed from a machine description:
11# config machineid
12# Most changes should be made in the machine description
13# /sys/i386/conf/``machineid''
14# after which you should do

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

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

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

--- 154 unchanged lines hidden ---