mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
new upstream
git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@10080 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Makefrag - makefile fragment for primes
|
||||
#
|
||||
# Copyright (c) 1997, 1998, 1999 Joseph Samuel Myers.
|
||||
# Copyright (c) 1997, 1998, 1999, 2004 Joseph Samuel Myers.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -29,9 +29,9 @@
|
||||
primes_DEFS := -D_GNU_SOURCE
|
||||
primes_DIRS := $(GAMESDIR) $(MAN6DIR)
|
||||
|
||||
primes_all: primes/primes
|
||||
primes_all: primes/primes primes/primes.6
|
||||
|
||||
primes_install: primes_all
|
||||
$(INSTALL_BINARY) primes/primes $(INSTALL_PREFIX)$(GAMESDIR)/primes
|
||||
$(HIDE_GAME) primes
|
||||
$(INSTALL_MANUAL) factor.6 primes.6
|
||||
$(INSTALL_MANUAL) primes/primes.6
|
||||
|
||||
Reference in New Issue
Block a user