1#
2# Copyright (c) 1989 Jan-Simon Pendry
3# Copyright (c) 1989 Imperial College of Science, Technology & Medicine
4# Copyright (c) 1989 The Regents of the University of California.
5# All rights reserved.
6#
7# This code is derived from software contributed to Berkeley by
8# Jan-Simon Pendry at Imperial College, London.
9#
10# %sccs.include.redist.sh%
11#
12#	@(#)Makefile.hpux	5.3 (Berkeley) 05/12/91
13#
14# $Id: Makefile.hpux,v 5.2.1.3 91/05/07 22:19:46 jsp Alpha $
15#
16# Extra Makefile definitions for HP-UX
17#
18
19#CC = gcc ${GCCOPTS}
20# Works only on HP300
21CC = cc -Wc,-Nd2000
22SYSCC = $(CC)
23# Works only Hp800
24# %sccs.include.redist.sh%
25# CC = cc
26