diff options
author | rws <empty> | 1991-09-10 08:49:42 +0000 |
---|---|---|
committer | rws <empty> | 1991-09-10 08:49:42 +0000 |
commit | 0f055a09517895f602e6ef546ff4304c1628d971 (patch) | |
tree | 9433ebd8f3e288b5826152c1f7ff8e4d9f465bd1 | |
parent | 7dd9069525fd06247105d105cbc36311a80325a0 (diff) |
make Xbsd library instead of just .o
-rw-r--r-- | xc/lib/Xbsd/Imakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xc/lib/Xbsd/Imakefile b/xc/lib/Xbsd/Imakefile index 76277dcb7..4275e1658 100644 --- a/xc/lib/Xbsd/Imakefile +++ b/xc/lib/Xbsd/Imakefile @@ -1,7 +1,8 @@ -XCOMM $XConsortium$ +XCOMM $XConsortium: Imakefile,v 1.3 91/07/16 22:51:01 gildea Exp $ SRCS = Berklib.c OBJS = Berklib.o -all:: Berklib.o +NormalLibraryTarget(Xbsd,$(OBJS)) +InstallLibrary(Xbsd,$(USRLIBDIR)) DependTarget() |