1#
2# $Id: Makefile.hpux,v 5.2.1.2 90/12/21 16:42:22 jsp Alpha $
3#
4# Copyright (c) 1989 Jan-Simon Pendry
5# Copyright (c) 1989 Imperial College of Science, Technology & Medicine
6# Copyright (c) 1989 The Regents of the University of California.
7# All rights reserved.
8#
9# This code is derived from software contributed to Berkeley by
10# Jan-Simon Pendry at Imperial College, London.
11#
12# %sccs.include.redist.sh%
13#
14#	@(#)Makefile.hpux	5.2 (Berkeley) 03/17/91
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# CC = cc
25