remove extra mkfs.1
[minix.git] / test / ipc / Makefile
blobff181418d9d0ea20951554b6fdb52f5d0cba2538
2 # Copyright (c) International Business Machines Corp., 2001
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
12 # the GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 all test clean:
20 $(MAKE) -C ./lib $@
21 # $(MAKE) -C ./msgctl $@
22 # $(MAKE) -C ./msgget $@
23 # $(MAKE) -C ./msgrcv $@
24 # $(MAKE) -C ./msgsnd $@
25 $(MAKE) -C ./semctl $@
26 $(MAKE) -C ./semget $@
27 $(MAKE) -C ./semop $@
28 $(MAKE) -C ./shmat $@
29 $(MAKE) -C ./shmctl $@
30 $(MAKE) -C ./shmdt $@
31 $(MAKE) -C ./shmget $@
32 $(MAKE) -C ./shmt $@