open-src/app/winsysck/sun-src/Makefile
changeset 1422 e9cadc0026d8
parent 943 294f64612d23
--- a/open-src/app/winsysck/sun-src/Makefile	Wed Nov 12 11:14:21 2014 -0800
+++ b/open-src/app/winsysck/sun-src/Makefile	Sun Nov 23 21:46:46 2014 -0800
@@ -1,8 +1,8 @@
 ###############################################################################
 #
-# winsysck 1.x Makefile
+# winsysck Makefile
 #
-# Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -30,7 +30,7 @@
 winsysck: $(OBJS)
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) -lX11
 
-install: winsysck
+install: winsysck winsysck.man
 	mkdir -p $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)
 	$(INSTALL) -m 755 winsysck $(DESTDIR)$(bindir)/winsysck
 	$(INSTALL) -m 644 winsysck.man \