Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
39c252be
Commit
39c252be
authored
Oct 08, 1992
by
Per Cederqvist
Browse files
ANSIDIR: we run gcc 2.1 now.
Don't use -libresolv.
parent
c9441aa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/sun4os4-defs.make
View file @
39c252be
#
# $Id: sun4os4-defs.make,v 1.2
1
1992/
09/21 16:04:18 linus
Exp $
# $Id: sun4os4-defs.make,v 1.2
2
1992/
10/08 08:03:55 ceder
Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: sun4os4-defs.make,v 1.2
1
1992/
09/21 16:04:18 linus
Exp $
# $Id: sun4os4-defs.make,v 1.2
2
1992/
10/08 08:03:55 ceder
Exp $
# This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
...
...
@@ -49,7 +49,7 @@ MKDIR=/bin/mkdir
INCLUDEDIR
=
/usr/local/include/lyskom
LIBDIR
=
/usr/local/lib/lyskom
#ANSIDIR = $(INCLUDEDIR)/ansi
ANSIDIR
=
/usr/gnu/var/gcc/sunos4.1.1/2.
0
/proto-include
ANSIDIR
=
/usr/gnu/var/gcc/sunos4.1.1/2.
1
/proto-include
INCLUDES
=
-I
$(ANSIDIR)
-I
$(INCLUDEDIR)
...
...
@@ -71,7 +71,7 @@ LDFLAGS = -h -L$(LIBDIR) $(PROFILE-FLAGS)
# Note that -lresolv is not necessary if YP/NIS is set up so that the NIS
# server asks the nameserver.
LIBRESOLV
=
-lresolv
LIBRESOLV
=
#
-lresolv
LIBIDENT
=
-lauthuser
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment