Solaris due to lack of -lnsl -lsocket.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9982
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Feb 26 23:12:24 1997 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in: Add $(LIBS) so that compile doesn't blow out under
+ Solaris due to lack of -lnsl -lsocket.
+
Sat Feb 22 20:28:32 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
* resolve.c (main): Make the test for a FQDN be a bit more
all:: resolve
resolve: $(OBJS)
- $(CC_LINK) -o resolve $(OBJS)
+ $(CC_LINK) -o resolve $(OBJS) $(LIBS)
check:: resolve
$(RUN_SETUP) ./resolve