blob: 82a08a52e3e39a4e5a5a7440b783e9ea78e13fee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name=zsh/newuser
link=dynamic
# We will always try to load newuser, but there should
# be no error if it fails, so don't use the standard mechanism.
load=no
functions='Scripts/newuser Functions/Newuser/*'
objects="newuser.o"
:<<\Make
newuser.o: ../zshpaths.h
Make
|