diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-14 06:07:31 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-14 06:07:31 +0000 |
commit | c3a27f5095a50bef9e56f19eeed1176319e189e2 (patch) | |
tree | 80804af6dd3e113d1a37cd648a5b50fdd26b78f0 /libc/inet/rpc/Makefile | |
parent | e9efa23ae121c8976e5dc2bbcf29e029b5087e76 (diff) |
Some makefile updates to make it behave a bit better/consistently.
-Erik
Diffstat (limited to 'libc/inet/rpc/Makefile')
-rw-r--r-- | libc/inet/rpc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile index 8c2229374..b2d7c6d4a 100644 --- a/libc/inet/rpc/Makefile +++ b/libc/inet/rpc/Makefile @@ -1,8 +1,5 @@ -CC=$(CROSS)gcc -AR=$(CROSS)ar -RANLIB=$(CROSS)ranlib - -CFLAGS= -O2 -fomit-frame-pointer -Dlinux -I../include +TOPDIR=../ +include $(TOPDIR)Rules.make OBJS = auth_none.o auth_unix.o authunix_prot.o \ bindresvport.o clnt_generic.o clnt_perror.o \ |